From: Glyn M. <gly...@gm...> - 2007-05-23 08:48:07
|
Guys, On 23 May 2007 00:32:20 +0200, Peter Simons <si...@cr...> wrote: > > How would the http::server<T> class mentioned here be used in a > single-threaded environment? Not every device that knows how to > speak IP also knows how to do multi-threading. In my humble > opinion, multi-threading should be an option, but no requirement. > > How do others feel about this subject? I think it could be possible to implement multi-threading as a policy. I certainly agree with Peter that this is optional. > Anyway, this is a stimulating conversation. It's fun to think and > talk about these topics. It certainly is. I'm getting new insights into network programming. It will be interesting to see what we can produce. G |