Results 1 to 2 of 2
  1. #1

    performance java .net adapter

    Hi,
    i have a question about .net adapter performance.
    do java adapters have better performance?

    does using .net adapter cause the server doesn't accept new connection for lots of client?


    thanks

  2. #2
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hi,

    the .NET adapter has a slight and mostly irrelevant disadvantage as it needs to communicate to the server via TCP. Obviously this changes if the adapter is located "far away" from the server thus introducing a big latency in the communication between the two.

    As per the refusal of new connections this may happen with the java and .net adapters alike if session instauration calls (e.g.: notifyNewSession notifyUser...) are slow enough for the client to give up on the connection because of its timeouts.

    HTH

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 12:27 PM.