in reply to Re: Cache::FileCache, CPU utilization, and bottlenecks ....
in thread Cache::FileCache, CPU utilization, and bottlenecks ....

Another option to consider would be Cache::Memcached; it's supposed to be quite fast.
  • Comment on Re^2: Cache::FileCache, CPU utilization, and bottlenecks ....

Replies are listed 'Best First'.
Re^3: Cache::FileCache, CPU utilization, and bottlenecks ....
by geektron (Curate) on Jan 11, 2005 at 17:26 UTC
    well, i've started working towards that today ...but i need to track down some socket errors, specifically:
    Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 + at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/Socket.pm line 373

    i found the problem. i wasn't passing the port on the IP address ... DOH!