Hello,

I am using xsp2 as a lightweight server for my web application. I
wanted to run it as a daemon process but when I use "xsp2 &" the
process immediately exits.

I guess the problem here is that xsp2 reads 'Return'
(Console.ReadLine()) as a signal to stop but when run as a daemon, the
stdin gives the process EOF or something. Is there a way to get around
this?

Best,

Jiangyan
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to