hey guys, if i strace the memcache process there is a message repeating every few lines "EAGAIN (Resource temporarily unavailable)", but i dont know what it means. any suggestions?
here is a cutout of straces output, maybe it helps? read(7, 0xa63de3b2, 261206) = -1 EAGAIN (Resource temporarily unavailable) setsockopt(7, SOL_TCP, TCP_CORK, [1], 4) = 0 time(NULL) = 1226932729 time(NULL) = 1226932729 time(NULL) = 1226932729 write(7, "STORED\r\n", 8) = 8 setsockopt(7, SOL_TCP, TCP_CORK, [0], 4) = 0 read(7, 0xa63de008, 262144) = -1 EAGAIN (Resource temporarily unavailable)
