> I'm starting with ICS. I need to build a http webservice with 6 
> worker threads that process jobs.
> I started my code based on the ThrdSvr sample project,

I'm sure you can achieve what you need with thread server, but I've never done
it, and you are also re-inventing the two existing web servers.  

I would start with OverbyteIcsHttpSrv or OverbyteIcsHttpAppServer depending on
your needs, and simply call your worker threads from within the client methods,
filling the answer stream which is returned to the main thread to be returned.


There is an example of using threads in the FTP server component, where they
are used while calculating MD5Sums.

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to