-
Oct 4th, 2007, 10:36 AM
#1
.SimpleRemoteStatelessSessionProxyFactoryBean peformance problem
Testing the performance of the SimpleRemoteStatelessSessionProxyFactoryBean I found out that they have performance problems when you use mutliple threads to access them, any ideas why is this happening or is this just something to expect?
Thanks,
Johann
With SimpleRemoteStatelessSessionProxyFactoryBean
callEjbService [Thread-2] 2344
callEjbService [Thread-1] 2844
callEjbService [Thread-4] 1328
callEjbService [Thread-0] 3375
callEjbService [Thread-3] 1906
callEjbService [Thread-1] 422
callEjbService [Thread-4] 422
callEjbService [Thread-2] 437
callEjbService [Thread-0] 406
callEjbService [Thread-3] 375
Without SimpleRemoteStatelessSessionProxyFactoryBean
Carga servicio: 1266
callEjbService [Thread-0] 141
callEjbService [Thread-0] 78
callEjbService [Thread-1] 78
callEjbService [Thread-1] 63
callEjbService [Thread-2] 78
callEjbService [Thread-2] 94
callEjbService [Thread-3] 94
callEjbService [Thread-3] 78
callEjbService [Thread-4] 78
callEjbService [Thread-4] 78
-
Oct 5th, 2007, 06:17 AM
#2
Show us your testcase, make sure that you test the same, else your results aren't comparable. Show us code and some configuration and please use [ code][/code ] tags when doing so.
-
Oct 5th, 2007, 10:52 AM
#3
I have created a fresh test just calling a dummy Ejb that doesn't do anything and I have ran my previous test but I wasn't able to replicate my previous results so there is something unrelated to Spring affecting my results.
If I gather more information I'll let you know.
Thanks,
Johann
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules