[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] Equinox in a Servlet Container Threading Model
|
Hi,
I'm trying to find documentation/information about threading model in
Equinox especially when deploy in a Servlet Container.
Here are some questions I'm trying to get answer:
a) How is a single request from client to server handled on the server?
b) Does the processing happen on the App.Server HTTP Thread that intercepts
the request?
c) Does the OSGI runtime (Equinox) inside the J2EE App. Server have any
daemon threads (threads that outlive a user request)?
d) How is the Eclipse Jobs API implemented in the J2EE App. Server?
e) In the case of RAP (multi-user scenario), is there any thread
synchronization involved in the OSGI runtime?
Any pointers are really appreciated. Thanks.
Regards,
Michael