Hi , I am using libmemcache c api ( libmemcache-1.4.0.rc2 ) in my apache fastcgi module. I am getting following errors in my apache logs :
<error> [EMAIL PROTECTED] mcm_server_readable():2586: timeout: Resource temporarily unavailable: select(2) call timed out forread(2)able fds [EMAIL PROTECTED] mcm_read_fd():1770 [EMAIL PROTECTED] mcm_read_fd():1780: internal memcache(3) assertion: Operation now in progress </error> Is this related to open fds , recently we have increased our open fd limit to 4096 ulimit -a shows my fd limit to be 4096 which is sufficient for our open file requirements which is around 1000 open fds. <ulimit> ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited pending signals (-i) 4096 max locked memory (kbytes, -l) 32 max memory size (kbytes, -m) unlimited open files (-n) 4096 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 stack size (kbytes, -s) 10240 cpu time (seconds, -t) unlimited max user processes (-u) 73728 virtual memory (kbytes, -v) unlimited file locks (-x) 4096 </ulimit> Can anybody please help us with this , what are the possible reasons for such errors. Regards Mukul
