Re: [xSocket-develop] [Xlightweb-develop] handling on separate thread?
Status: Inactive
Brought to you by:
grro
|
From: Gregor R. <gre...@go...> - 2008-08-26 15:27:18
|
Hello Michael, one of the outstanding features of xLightweb is that the request handling is not bound on the call back thread which performs the RequestHandler's onRequest()-Method. This is one of the major differences to the Servlet API. That means you can perform the IHttpExchange's sendX method by any another thread. The design that you described is a typical design for xLightweb-based applications. Cheers Gregor |