[squeak-dev] website down?

David T. Lewis lewis at mail.msen.com
Tue May 26 15:36:06 UTC 2009


On Tue, May 26, 2009 at 05:24:09PM +0200, Janko Miv??ek wrote:
> 
> It is up again. We will restart the image later because there are some
> strange Socket behavour on that image which cause socket to stop
> receiving new web requests. Just restarting the http part of Swazoo
> solves that problem. For a while...
> 
> This image is running now for months, that's why its restart could help
> here. But finding the real cause of this trouble, well, this would be
> just perfect! Anyone has an idea what can be  a problem?

Socket leak? Keep an eye on the contents of /proc/<squeakpid>/fd/ and see
if open file descriptors are accumulating. If so, you will reach a limit
(usually 1024) after which no new connections will be possible.

Dave




More information about the Squeak-dev mailing list