I've been lusting after the auto-restart feature since I first read about it 
here, so I bit the bullet earlier this week and fetched from CVS instead of 
using the canned distributions as I have in the past.

Now that I've turned on auto-restart, it doesn't appear to do what I expect.  
Looking into the code, it seems pretty clear why that is so.  Is it really true 
that, as of today, auto-restart is only supported on Win32?  It appears that 
the implementation just terminates with a known exit code (3), relying on some 
outer wrapper to detect that and restart the server.  However, the only wrapper 
that does so today is the Win32-only AppServer.bat.  Since I'm on Linux, batch 
files aren't much use, and the auto-restart feature instantly becomes a less 
useful auto-terminate feature.

Is that right?  I can certainly go implement the auto-restart (perhaps by using 
execve in ThreadedAppServer), but before I do so, I'd like to make sure I 
haven't missed something.

--
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.




-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to