Search found 2 matches

by gaidam
Wed Mar 31, 2010 12:41 pm
Forum: newLISP and the O.S.
Topic: Call of (process ...) + from CGI problem under Win32
Replies: 3
Views: 4476

Re: Call of (process ...) + from CGI problem under Win32

Thanks a lot! But... Maybe I do something wrong... How can I start another newlisp script in parallel with http-server? Is there the only solution if I have previously started separated "worker process" to wait for my controlling signals from cgi scripts? It's seems a bit tricky for me, because in o...
by gaidam
Wed Mar 31, 2010 10:40 am
Forum: newLISP and the O.S.
Topic: Call of (process ...) + from CGI problem under Win32
Replies: 3
Views: 4476

Call of (process ...) + from CGI problem under Win32

Hello, I have some problem with concurrent processes under Win32. For my program, I run newlisp as http-server like this: newlisp -c -d 8085 -w Everything is ok, all cgi's working ideally. The problem arised when I tried to put more parallelism into my program. I have one long process and I'd like t...