FastMMap Cache Backend ?

English! place to talk about development, programming and coding
Post Reply
bschmalhofer
Znuny newbie
Posts: 12
Joined: 30 Apr 2020, 15:16
Znuny Version: 6.0
Real Name: Bernhard Schmalhofer
Company: Bernhard Schmalhofer
Location: Munich
Contact:

FastMMap Cache Backend ?

Post by bschmalhofer »

Hi,

I have been looking at caching backends for OTRS or OTOBO. So far I have found Kernel::System::Cache::FileStorable and Kernel::System::Cache::Redis. I think that both backends are not optimal, even though I haven't run any bechmarks. FileStorable might be slow because regular Files are read and written. Redis might be overkill because all relevant processes run on a single machine.

Is there a backend that use Cache::FastMmap or CHI::Driver::FastMmap ? Memory mapped files sound like a good solution for caching accross processes on a single host.

Best regards,
Bernhard
wurzel
Znuny guru
Posts: 3218
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: FastMMap Cache Backend ?

Post by wurzel »

Hi,

AFAIK the performance tuning chapter in official doc.otrs.org sais something about a ramdisk.

Flo
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
Post Reply