Results 1 to 4 of 4

Thread: Remoting experiance?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234

    Question Remoting experiance?

    Namely, I have n-tier(exactly 4-tier) win application. Communication between layers is thru remoting. Application runs on 3-4 machines in LAN (all machines is in same room, I mean local network works fine). Clients applications also runs fine, but sometime is too slow (request to server and server response), and when again do same operation everything is fine.
    Maybe this explanation is general and unintelligible, but really I don't know where is a problem. Like I said, sometimes application is too slow, but mostly it runs fine.
    Did anybody have same or similar problem in remoting?

    regard j

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Could it be from the network load - especially when the user is making a request that needs to hit all 4 tiers?

  3. #3
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Oh, and what formatter are you using? Should be using Binary.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234
    Actually, I didn't use any formatter. I just register tcp channel, and I think, by default tcp channel use binary formatter. Is it true?

    regard j

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width