From: Bill H. <bi...@lo...> - 2008-09-12 15:10:43
|
Hi Steve, We do pay a lot of attention to thread safety and have made us of Doug Lea's concurrency libraries to solve that problem. It's possible that there is a bug, sure, but it's something we've thought a lot about and haven't had problems with before. (I mean, specifically the simultaneous build throttle). Can you tell me how you are configuring Proxool and how you are using it? Also, your log file should output the configuration (if you make it appropriately verbose). It would be interesting to see whether you have more pools than you expect - or if that error occurs before the pool has been configured. - Bill |