Skip to main content

What are the limitations of Tunneling with MultiThreaded Client?

  • February 16, 2013
  • 0 replies
  • 0 views

Problem:

  • Product Name: VisiBroker
  • Product Version: 6.x and above
  • Product Component: Core ORB
  • Platform/OS Version: all supported

What are the limitations of Tunneling with MultiThreaded Client?

Resolution:

When Client code uses following property for tunneling: "vbroker.orb.alwaysTunnel=true" HTTP protocol prevents requests from being multiplexed on same connection. The ORB is able to tunnel only one request at a time. So if there are concurrent threads in the client making simultaneous requests, the ORB serializes those requests. And thus, the requests coming into the server are also serialized.  This is a limitation of using HTTP tunneling on the client.


Author: Swati Joshi

Old KB# 26376

#VisiBroker
#Security
#requesttunneling