[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Parallel deployments
kabir.khan@jboss.com
do-not-reply at jboss.com
Tue Jul 7 10:07:10 EDT 2009
"david.lloyd at jboss.com" wrote : From a performance perspective, there actually isn't a lot of difference between blocking when the queue is full vs. executing directly - it's the difference between N possible executing threads and N-1 possible executing threads, if you think about it.
Hmm, maybe you're right. I'll implement some underneath swapping of the thread pool.
I have marked the HAPartition and CacheManager beans as asynchronous, and am seeing some improvements.
Original
---------
36.631
33.447
33.21
32.914
32.840
33.638
33.78
33.157
Asynchronous
---------------
30.432
31.166
31.13
31.68
30.788
31.467
30.455
30.459
I need to talk a bit more with Brian about how to test this with actual deployments using the caches, since the caches are not started until actually used.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242221#4242221
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242221
More information about the jboss-dev-forums
mailing list