On Mon, 2002-10-28 at 09:27, Geoffrey Talvola wrote:

> The new autoreload feature _does_ work on Windows NT when running inside a
> console.  So you can remove the test for posix.  Apparently exec works just
> fine on WinNT.

Ok, I've removed the test.  I've now changed the implementation so that
it doesn't use execve(), due to the problems with file descriptors
(database connections) not getting closed.  Instead, the appserver exits
with return code 3.

I've modified AppServer and AppServer.bat to restart the appserver when
the return code is 3.  

Could you test AppServer.bat under Windows (I just wrote it from looking
at docs on the web - I don't have any Windows boxes to test on).

> It doesn't work with the NT Service version of the appserver (in fact, it
> crashes the appserver when attempting to call exec) but since this is really
> only intended for dev purposes, that's OK.  The limitation needs to be
> documented though.

I intend to document AutoReload fully; I'm kind of waiting to see if we
are going to switch to a new system for documentation.

-- 
Jason D. Hildebrand
[EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to