Re: EventPool timeout
Stefan Armbruster <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, check out DefaultEventPool. It contains a few public static ints: public static int DEFAULT_POOL_SIZE = 50; public static long DEFAULT_TIMEOUT = 60000; public static long DEFAULT_RETRY_INTERVAL = 50; public static int DEFAULT_MAX_RETRIES = 3; public static long DEFAULT_CLEANUP_INTERVAL = 600000; Try to increase the first one, e.g.: DefaultEventPool.DEFAULT_POOL_SIZE = 100; Regards, Stefan Am Fre, den 05.12.2003 schrieb Paul Heath um 19:44: > How do I go about increasing the Event Pool size based on the message > below: > > > > “ALERT: EventPool timeout. You might want to consider upping your pool > size to avoid this condition” > > > > If it’s documented, please point me in the right direction – I did > look. > > > > Thanks > > Paul