pyr0
July 24, 2010, 1:14am
1
I would like to pool some email connections within a jruby process to
allow for concurrent access to an email account. Can anyone recommend
an object pool implementation?
thx.
-karl
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
pyr0
July 24, 2010, 1:59am
2
On Jul 23, 2010, at 6:19 PM, Karl B. wrote:
I would like to pool some email connections within a jruby process to allow for concurrent access to an email account. Can anyone recommend an object pool implementation?
Take a look at the threadz gem.
cr
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
pyr0
July 24, 2010, 2:54am
3
This seems like its for pooling threads. I would like a thread safe
pool of objects. In my case its an email connection pool.
Thx
Sent from my iPad
On Jul 23, 2010, at 7:58 PM, Chuck R. [email protected] wrote:
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
pyr0
July 26, 2010, 4:25pm
4
There’s always Pool – Overview
On Jul 23, 2010, at 8:59 PM, Karl B. wrote:
On Jul 23, 2010, at 6:19 PM, Karl B. wrote:
http://xircles.codehaus.org/manage_email
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
pyr0
July 26, 2010, 4:52pm
5
Hmmm… is it simple to use from jruby? Never tried that before.
Thanks!
On Jul 26, 2010, at 10:25 AM, Lenny M. wrote:
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email