|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.bridge.ThreadPool
php.java.bridge.AppThreadPool
public final class AppThreadPool
A specialized thread pool which automatically terminates all group threads at the end of the request. When this thread pool is used, users cannot create long-running threads from PHP scripts
| Constructor Summary | |
|---|---|
AppThreadPool(java.lang.String name,
int poolMaxSize)
Creates a new thread pool. |
|
| Method Summary |
|---|
| Methods inherited from class php.java.bridge.ThreadPool |
|---|
destroy, start |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppThreadPool(java.lang.String name,
int poolMaxSize)
name - - The name of the pool threads.poolMaxSize - - The max. number of threads, must be >= 1.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||