[xSocket-develop] Worker Pool Size, Older version of xSocket
Status: Inactive
Brought to you by:
grro
|
From: Mohamad A. A. <az...@gm...> - 2011-03-05 07:09:35
|
Hello,
May I know where i can get the latest version of xSocket 1.2
downloadable source?
I don't want to upgrade to version 2, because it would break existing
codes and it's a live system.
The older one fixed the pool size to 250 which is causing memory issue
on my production system, and I noticed the latest version 1.2.x is still
fixed it at 40. There is no way to configure it.
private static final ExecutorService newServerWorkerPool() {
return Executors.newFixedThreadPool(250);
}
Many thanks.
Regards,
Azri.
|