Re: maintaining shared memory size (was: Re: swampedwithconnection?)

2005-08-28 Thread Badai Aqrandista
top - 17:24:27 up 34 days, 9:01, 4 users, load average: 20.67, 12.84, 9.26 Tasks: 142 total, 7 running, 135 sleeping, 0 stopped, 0 zombie Cpu(s): 88.7% us, 7.6% sy, 0.0% ni, 0.0% id, 2.0% wa, 0.0% hi, 1.7% si Mem:906736k total, 359464k used, 547272k free, 6184k

Re: survey

2005-08-28 Thread Alexander Charbonnet
It's in backports.org's incoming directory, as of the 16th. Let's hope they push that out soon (I don't think they've released any backports for Sarge yet). They've also got an updated libapreq2. http://www.backports.org/incoming/ On Sunday 28 August 2005 06:48 am, Jeff wrote: > >> It is not

Re: survey

2005-08-28 Thread Jeff
It is not even available on Testing and Unstable :( Sure it is. Unstable has 2.0.1. You're right - don't know how I missed that! since May! Unfortunately I am not in a position to upgrade our servers to unstable, and it has i386 dependencies on libc6 >= 2.3.5-1, perl >= 5.8.7 etc etc etc ad

Re: memory resident config hash

2005-08-28 Thread Octavian Rasnita
Ok, thank you. That example from perlref is what I was searching for, but it seems that it can't do what I want. (I didn't know that programs that use 'require' don't share the memory). I will try to use Config::Simple. I need to store a few hashrefs in the memory. Thank you very much. Teddy