(nobody) writes: > > > A zombie? Are you sure? What happens if you try launching it > > > from a regular tclsh that way?
> > This is list of my processes: ... > > So , I definitlu get zombie :( > > If I start simulator.tcl from shell it's work fine. I mean, if you launch it with: exec simulator.tcl & and then exit the shell, there is no problem? Why would that be any different than running it from mod_dtcl? I've been doing some experiments, and see different results for different ways of doing things... Another thing you might try would be to just dump the Apache process yourself, with 'exit' in your mod_dtcl code. Apache will create another child for you. If you do it that way, is it still listed as a zombie? One possibility would be to change your architecture: write a small daemon process that queues requests to run the simulator and executes them itself. -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
