> On Wednesday October 17, 2001 06:04 am, Chuck Esterbrook wrote:
> > In ThreadedAppServer, this little period is getting on my nerves:

It was such a hack that I was surprised it made it into CVS (happy
though).  I would rather understand what is going on and fix the real
problem but I ran out of time.  This may be a *nix issue and not just
FreeBSD.

> > Two questions:
> >
> > * Is there a good way to detect FreeBSD so we can reserve 
> this for that
> > platform?

If this is a *nix problem, we could limit the hack to non "nt" systems
(posix?).  In a week or two I should be able to spend some real time on
finding out why the print is needed.

> > * Also, on FreeBSD does sys.stdout.flush() in place of the 
> > print "." also fix the problem?

I tried using flush but it didn't solve the problem.

> Or, it could be made a config setting, so we're covered when 
> the same problem 
> shows up on another OS.  While we're at it, we ought to add a 
> config setting 
> to suck up stdout and stderr to avoid the _other_ FreeBSD 
> problem Jeff 
> reported.

Sounds good, though if daemon mode is selected, it should probably run
silent by default.

Jeff



_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to