memory management - Are there any Caching Frameworks for Delphi? -


Question: What caching frameworks are available for Delphi and how well are they developed? Is there a widely accepted way of achieving the same purpose if there is no one? is applicable for Win32 targeting versions of Delphi.

Extension of the question: The type of outline of the inquiry about me is present in the Web Development Framework for the user:

  • Check the cache for previously collected data / object
  • Recover data / objects
  • Store new data / objects
  • Alternatively, data Tag / object and label it.
  • Finish the data / objects based on some criteria (label, tag, time limit etc.).

I understand that the lack of services for reflection of Delphi objects without RTTI means that they probably will not be present in the same way, but to achieve at least one share Is such a way to eventually result in a more Delphi way?

Alternate Approaches: As an alternative to a native Delphi Library: For example, is there a good set of binding for Memcache or something similar?

I used on Linux (versions are on Windows and MacOS, as well as almost any other OS) , It's quite simple.

I read it directly using Indi's TidTelnet, along with I set , get , delete < / Strong>, and Skip .

I used these commands (I set and received "name", the number of 14 bytes is stored):

  Osama @ Osama: ~ $ telnet is trying 127.0.0.1 11211 127.0.0.1 ... tied to 127.0.0.1. Escape character '^]' is set name 0 14 14 Osama Alsari store name VALUE name 14 14 Exit Osama Alsari ED  

Memcad allows you to store up to 1 MB per cache key Allows me, 'person 17' Name, 'person' 17 | Picture ',' employee | 7 | Salary Basic '(these are fake names that I did not actually do) ... I have stored some binary files in the cache as Base 64, which is up to 768k of binary data.

Memcatch can also be distributed by placing the keys on multiple servers, and can select a server based on many hashes.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -