RE: [lang] or [ThreadPool] contribution: ParalellThreadGuard

2003-10-17 Thread Shapira, Yoav
st >Subject: [lang] or [ThreadPool] contribution: ParalellThreadGuard > >A common problem for networked applications accepting multiple >connections in individual threads that cannot control the >socket accept() paralellity (as the JDK1.4 ORB) need to restrict >the resources somewhere

[lang] or [ThreadPool] contribution: ParalellThreadGuard

2003-10-17 Thread Christoph . Reck
A common problem for networked applications accepting multiple connections in individual threads that cannot control the socket accept() paralellity (as the JDK1.4 ORB) need to restrict the resources somewhere else. For this purpose we designed a ParalellThreadGuard class that can be used as follow