Re: [AOLSERVER] Suicidal Child Process - SANE

2008-12-04 Thread Dossy Shiobara
Ian Harding wrote: > This is kind of odd > > % catch [exec scanimage] foo > Terminated You're probably not getting what you expected. You probably menat: % catch {exec scanimage} foo Note: curly braces vs. square brackets. > Is there any way to prevent this from killing my server in the > mea

Re: [AOLSERVER] Suicidal Child Process - SANE

2008-12-03 Thread russell muetzelfeldt
If you're running nsd 4.5, nsproxy should help insulate your nsd process from whatever's happening with scanimage... This command provides a simple, robust proxy mechanism to evaluate Tcl scripts in a separate, pipe-connected process. This approach can be useful both to isolate potentially th

Re: [AOLSERVER] Suicidal Child Process - SANE

2008-12-03 Thread Scott Goodwin
Years ago I connected to AOLserver using nscp and when I was done I would type 'exit' which caused AOLserver to shutdown (there's now a special exit command created within nscp's interp that does a no-op). There might be something similar going on here such that scanimage's termination / si

[AOLSERVER] Suicidal Child Process - SANE

2008-12-03 Thread Ian Harding
This is kind of odd % catch [exec scanimage] foo Terminated When I exec scanimage from inside AOLServer, it goes ahead and shuts down the server. I figured out that it happens when the scanner is on, and ready, but does not have a document in the ADF. >From the command line it looks like this