phani_va

phani_va

  • NA
  • 2
  • 0

C# user control with sockets used as activeX component

Jan 11 2005 4:01 PM
Hi, I have an user control that I' am using as an activeX component from javascript with . This user control makes a TcpClient connection and talks to a server. Whenever this control makes the connection for the first time it gets stuck for almost minute and half. From thereafter the socket connection is made immediately. The server has no delay in sending response to the request. The request for the first time does not even get to server till 90 seconds. This is only the case when I' am using the component as activeX control. When I use the control thru windows forms there is no such delay. Anybody know what might be going on. thanks in advance phani