From: DeWitt C. <de...@un...> - 2003-04-22 19:55:15
|
Hi: I highly recommend using FileCache instead. FileCache is faster, scales better, is more portable, etc., than SharedMemoryCache. There is no reason not to chose FileCache over SharedMemoryCache. If could make the SharedMemoryCache go away then I would. Hopefully this will help. Cheers, -DeWitt On Tue, Apr 22, 2003 at 12:50:16PM -0700, Maxim Maltchevski wrote: > Hi everyone: > I'm trying to use a shared memory module with the > ActiveState Perl 5.6.1 build 633. I want to read a > huge XML-doc file into the memory and access it from > different script instances instead of re-reading it > into each instance. I know that would be on problem on > UNIX using IPC modules. The Cache::Cache module is > installed just fine from the ActiveState ppd-file but > I'm unable to install IPC::ShareLite which is required > by the Cache::SharedMemoryCache. As I understand > IPC::* modules are not yet ported to Windows. Does > anyone know, if there is a workaround for that or > maybe some other module I could use? I searched the > Net extensively but didn't find any solution. > Any help is appreciated. > Thank you, > > > ===== > Maxim Maltchevski > > > > __________________________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo > http://search.yahoo.com > > > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Perl-cache-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-cache-users |