Results 1 to 3 of 3

Thread: .SimpleRemoteStatelessSessionProxyFactoryBean peformance problem

  1. #1
    Join Date
    Oct 2006
    Posts
    27

    Default .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

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,629

    Default

    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.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Oct 2006
    Posts
    27

    Default

    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
  •