Hello,

Lee said the following on 19.06.2006 18:37:

> I am writing a TCP socket server and want it to run as an automatic process.  
> Should that be written as a console app or as a Service app?

If you want to deal with sockets directly - you should create service.

But you could just create simple console application dealing with
stdin/stdout and run it under inetd/xinetd.

-- 
Oleg

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to