Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
Web applications / Re: Memcached 1.2.6
« Last post by Igor on February 25, 2026, 03:54:43 pm »
Hi!
@Igor, how are you using this?

I use memcached to accelerate content management system (CMS) on my web project.
It caches SQL requests.
For my CMS this is a standard accelerator.
42
Web applications / Re: Memcached 1.2.6
« Last post by Dariusz Piatkowski on February 25, 2026, 02:18:28 pm »
Martin,

...What it is for?  Is it this one?
"Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."
-- https://memcached.org/...

A good example is the use-case of caching DB query results, see https://docs.memcached.org/userguide/

More specifically, the API (if I am correct) enables your client side application to query up the results in a memcached server (which could be one, or many of them) to see whether the results for that particular query have been previously stored and have a specific TTL assigned to them.

If the HIT is there, great, you do not end up putting the same query execution load on the DBMS server itself, instead you simply pull that result from it's "temporary" storage on the memcached server.

I would consider this to be an architectural-like tool where you would want to provision it's use right from the very start. I am not quite sure how you'd make use of it in a typical client side user environment though, and I do not think its intended to do that either.

@Igor, how are you using this?
43
Web applications / Re: Memcached
« Last post by Igor on February 25, 2026, 01:33:20 pm »
Hi!
Version 1.2.8

Fixed bug - 32k output data limit.
44
Applications / Re: Java applications
« Last post by Martin Iturbide on February 25, 2026, 03:33:13 am »
Hello

I'm trying TANKS but the CPU goes to 100%.
- https://tanks.kenjin.net/downloads.shtml

Anyone else experiencing the same?

Regards
45
Internet / Re: Mypal68: A possible alternative browser?
« Last post by CalYY on February 25, 2026, 02:37:20 am »
Iceape= Seamonkey, Icedove= Email, Iceweasel= browser. Originally rebranded Mozilla by Debian Linux

 Source code:
https://mirror.cedia.org.ec/hyperbola/sources/other/

Windows version has updated security and javascript.  Should be able to compile for OS/2
46
Web applications / Re: Memcached 1.2.6
« Last post by Igor on February 23, 2026, 11:12:11 pm »
Type:
Code: [Select]
memcached.exe -h
for print help.
47
Web applications / Re: Memcached 1.2.6
« Last post by Igor on February 23, 2026, 11:10:15 pm »
Hi Martin,

Yes, that's exactly it. For now, the only way to check this is thround a PHP software class.
I've attached it.


What it is for?  Is it this one?
"Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."
-- https://memcached.org/

Any tips on how to test it?

Regards
48
Web applications / Re: Memcached 1.2.6
« Last post by Martin Iturbide on February 23, 2026, 10:48:59 pm »
Hello Igor

Thanks for sharing it.

What it is for?  Is it this one?
"Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."
-- https://memcached.org/

Any tips on how to test it?

Regards
49
Web applications / Memcached 1.2.6
« Last post by Igor on February 23, 2026, 10:38:20 pm »
Hi!
I've compiled memcached version 1.2.6 for OS/2. I suggest you test it.
Many CMSs work with this cache. However, the PHP build for OS/2 doesn't contain the necessary library.
I hope it will be compiled.
50
Hello

It is still a mess, but I gave it a try.  I asked Google AI studio to generate me a PMMERGE.DLL replacement.

"Generate the C code replacement for PMMERGE.DLL for OS/2 Warp 4.52."

No, it didn't work, it generated me some kind of portal with 4 functions that are on PMMERGE.
At least seems educational.

Regards
Pages: 1 ... 3 4 [5] 6 7 ... 10