From: Steve B. <st...@pr...> - 2001-02-16 11:26:42
|
>>>Brent Welch said: > What version of Tcl are you running? > These processes may be from exec's that fail in an odd way. > I'm looking through the changes file and don't see a reference to > zombies, but this rings a bell. I'll ask around. > This is tclsh8.3.2 and tclhttpd3.2.1, but I don't think this is very version specific. One particular standard example is where docRoot is simply a directory with no html files. Even if a file transfer succeeds, we end up with a zombie process. From the error file: [07/Feb/2001:20:14:40] sock7 error writing "sock7": broken pipe /testinstall.exe [07/Feb/2001:20:14:40] sock7 error flushing "sock7": broken pipe /testinstall.exe [08/Feb/2001:16:26:31] sock7 timeout [15/Feb/2001:17:04:14] sock7 timeout [16/Feb/2001:06:56:40] sock7 error writing "sock7": broken pipe /marbella [16/Feb/2001:06:56:40] sock7 error flushing "sock7": broken pipe /marbella [16/Feb/2001:11:14:36] sock7 timeout > >>>Steve Blinkhorn said: > > We're getting zombie processes that are children of the tclsh we are > > using to start tclhttpd. It's not at all clear to me where these are > > coming from or what I should do to prevent the problem - it could be > > that they are the result of failed transfers of one kind or another. > > In 25 years of Unix hacking I've never really come across many > > zombies, so I need all the help I can get. Please :-) > > > > -- > > Steve Blinkhorn <st...@pr...> > > > > _______________________________________________ > > TclHttpd-users mailing list > > Tcl...@li... > > http://lists.sourceforge.net/lists/listinfo/tclhttpd-users > > -- Brent Welch <bre...@in...> > http://www.interwoven.com > > |