Search:

Type: Posts; User: steeven; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    4,817

    not all of spring remoting support call back. ...

    not all of spring remoting support call back.

    there are five choice in sprint RMI:
    1. traditional RMI <------ ***
    2. spring RMI wrapper for arbitery objects
    3. caucho hession
    4. caucho burlap...
  2. Replies
    1
    Views
    4,476

    another test result for performance

    1000 loop test:

    testDirectAccountService:10 ---direct java call
    testDirectAccountServiceR:20
    testAccountService:40 ---factory.getBean(xxx)
    testAccountServiceR:40...
  3. Replies
    1
    Views
    4,476

    suggest: speed up local rmi invoke

    I made a 1000 loop test on local bean and RMI bean invokation:
    testAccountService:40ms
    testAccountServiceR:50ms
    testRMIAccountService:7731ms (normal object rmi service with RmiInvocationWrapper)...
Results 1 to 3 of 3