Re: mod_memcache??

2007-07-01 Thread Frank
Brian Akins wrote: I have a need to write a generic way to integrate apr_memcache into httpd. Basically, I have several otehr modules taht use memcached as [...] Basically, mod_memcache could have this config: MemCacheServer memcache1.turner.com:9020 min=8 smax=16 max=64 ttl=5 MemCacheServer

Re: mod_memcache??

2007-07-01 Thread Akins, Brian
On 7/1/07 10:11 AM, Frank [EMAIL PROTECTED] wrote: I just wonder what has happen to this good idea? Did you start implementing it? (Today I was thinking about implementing this, coz' I need it) Never had the time. Project at work went a different direction. -- Brian Akins Chief

Re: mod_memcache??

2007-07-01 Thread josh rotenberg
Hi, I've got 1 module projects using apr_memcache now, so this would actually come in handy for me. I've started some development, and created a google project for it at http://code.google.com/p/modmemcache/ I just checked in some untested, non functioning stub files to get the ball rolling.

Balasan: RE: Balasan: Re: Apache configuration (throughput of connection)

2007-07-01 Thread Niko Wilfritz Sianipar Sianipar
I want to improve the delay on the server,the mean response time by giving priority to the client that has fastest connection first. If the fastest connection receive priority at the server, they will have good conditions (in the server and in the network) to finish quickly, contributing to

Apache configuration (throughput of connection)

2007-07-01 Thread Niko Wilfritz Sianipar Sianipar
I want to improve the delay on the server,the mean response time by giving priority to the client that has fastest connection first. If the fastest connection receive priority at the server, they will have good conditions (in the server and in the network) to finish quickly, contributing to