Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Remoting using TCP/IP

Remoting using TCP/IP

Scheduled Pinned Locked Moved Visual Basic
questioncsharpsysadmincode-review
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anu81
    wrote on last edited by
    #1

    hi all, i have written a service in vb.net which repeatedly processes messages in the messagequeue. i send a message from messagequeue to a server through a gateway and wait for the response. I am using TCP Client that listens to a port, to send message to the gateway(an application that interacts with the server)and receive response from the server through the gateway. I am able to send and receive message from the gateway. The time taken to send message to the gateway is quick(1 or 2 seconds). but the response i get from the gateway takes a longer time. around 40 seconds. The server part of coding is done by another person and i dont have permissions to that side. How can i receive a faster response? is there anything i can do to improve it or should it be done in the server side?

    Thanks in advance.:) Regards Anuradha

    S D 2 Replies Last reply
    0
    • A anu81

      hi all, i have written a service in vb.net which repeatedly processes messages in the messagequeue. i send a message from messagequeue to a server through a gateway and wait for the response. I am using TCP Client that listens to a port, to send message to the gateway(an application that interacts with the server)and receive response from the server through the gateway. I am able to send and receive message from the gateway. The time taken to send message to the gateway is quick(1 or 2 seconds). but the response i get from the gateway takes a longer time. around 40 seconds. The server part of coding is done by another person and i dont have permissions to that side. How can i receive a faster response? is there anything i can do to improve it or should it be done in the server side?

      Thanks in advance.:) Regards Anuradha

      S Offline
      S Offline
      Stephen Lintott
      wrote on last edited by
      #2

      The problem is on the server side.

      Stephen Lintott Bsc IT (RAU)

      1 Reply Last reply
      0
      • A anu81

        hi all, i have written a service in vb.net which repeatedly processes messages in the messagequeue. i send a message from messagequeue to a server through a gateway and wait for the response. I am using TCP Client that listens to a port, to send message to the gateway(an application that interacts with the server)and receive response from the server through the gateway. I am able to send and receive message from the gateway. The time taken to send message to the gateway is quick(1 or 2 seconds). but the response i get from the gateway takes a longer time. around 40 seconds. The server part of coding is done by another person and i dont have permissions to that side. How can i receive a faster response? is there anything i can do to improve it or should it be done in the server side?

        Thanks in advance.:) Regards Anuradha

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        anu81 wrote:

        How can i receive a faster response? is there anything i can do to improve it or should it be done in the server side?

        You can't do anything to make it faster since you don't have access to the server-side code. You're completely at the mercy of the guy developing the server-side app.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups