473,320 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

listener.BeginGetContext and System.Net.Sockets.TclClient

I have an application that listens on multiple context listeners.

When I get a request on a listening, I get the Data Received and then write
it on a socket to another server and read the socket looking for a response.

Everything is working, except that when reading and waiting for a response,
it blocks any new listener request from being fired for BeginGetContext and I
can not figure out why this is happening? As soon as the read returns the
BeginGetContext works normally.

How can I troubleshoot this? What can I see if and how the socket read is
blocking the next listener from firing?

--
SteveS
Oct 9 '07 #1
0 1044

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Cherrish Vaidiyan | last post by:
sir, I have a small error in Listener configuration.I have two system with a database in each. I am using Red Hat 9 and Oracle 9i. so i shall anme the database and system. system 1 - node2 ...
3
by: Bill | last post by:
When vb6 Winsock.RemoteHost is set to "127.0.0.1", c# socket listener cannot hear connect request (my old vb6 winsock listener could hear it...). Why doesn't this work, and is there a work...
1
by: stw | last post by:
I am not sure how to go about creating a "frame listener" (as it is known in Java circles) in C# in ASP.Net. In essence, I to enable a parent frame to listen for, and to handle specific javascript...
8
by: Terry Olsen | last post by:
I've tried the following code straight out of MSDN. But my app still blocks while listening. Isn't this code supposed to keep the UI responsive while listening? Or maybe I'm not doing it...
1
by: Amjad | last post by:
Hi I made a simple TCP Listener server application that listens to a specific TCP port for incoming packets from a client. Everything seems to be fine. I still don't know how to determine the...
3
by: Jerry Spence1 | last post by:
I have been looking at examples of code to create a simple TCP listener on a certain port. However they all start off with this line: Dim tcpListener As New TcpListener(portNumber) When I...
4
by: Challenge | last post by:
Hi, I have problem to connect to db server from app server. The error is SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API...
0
by: =?Utf-8?B?U3RldmVT?= | last post by:
I am issuing multiple listeners using BeginGetContext and there are multiple Sockets that get communcation done. For i As Int16 = 0 To 9 ' Allow up to 10 simultaneous requests....
9
by: Markgoldin | last post by:
Here is my code to create a TCP listener: file name DataAdapterLauncher.cs public static TcpListener tcpl; IPEndPoint ipe = new IPEndPoint(IPAddress.Parse("0.0.0.0"), 1024);//listen on all local...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.