hi all, i got a very strange problem when using memcached in php5.2.3. i start with: /usr/local/bin/memcached -d -P /var/run/memcached.pid -t 4 -m 1024 -u root -c 1024 -v >> /usr/local/apache2/logs/memcached.log 2>&1 then i saw some errors occur in the client, like this: [Wed Jun 04 20:01:52 2008] [error] [client 123.4.116.236] PHP Notice: Memcache::get() [<a href='function.Memcache-get'>function.Memcache-get</a>]: Server 124.238.254.119 (tcp 11211) failed with: Operation timed out (60) in the server's memcached.log: Failed to write, and not due to blocking: Connection reset by peer Failed to write, and not due to blocking: Broken pipe env: server: ver:1.2.5, php5.2.3 client: ver:2.2.3,php5.2.3 thanks。