On 16-Jul-01 Dan wrote:
> 
> ya it seems it is running into swap abit.....
> hmmm watching apache with truss i see alot of error #35's
> in the sys calls....what is that related to again?

>From sys/errno.h:

/* non-blocking and interrupt i/o */
#define EAGAIN          35              /* Resource temporarily unavailable */

Check the syscall in question to see what resource you are running out of.

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to