Re: Problem with BackLog (TCP Queue)..
- From: "Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Mon, 07 Jan 2008 18:35:42 -0800
On Mon, 07 Jan 2008 18:10:36 -0800, Chizl <Chizl@xxxxxxxxxxxxxx> wrote:
I agree, but based on your first and second posting of Start(backlog) isn't
really doing what I was expecting it to do, what other solution is there to
increase the TCP queue? No matter what my code does, the queue would have
to be increased since the default is 5. And if backlog isn't working
there's no other way to increase the queue outside of the registry.
You may in fact want to increase the backlog. But don't expect doing so to resolve your connection problems. It may well alleviate them, but you still need your code to operate efficiently. Make sure your code works efficiently and _then_ worry about the backlog. And at some point accept that there's a limit to the number of connections you'll be able to deal with at any given moment. No computing resource is infinite.
Pete
.
- References:
- Problem with BackLog (TCP Queue)..
- From: Chizl
- Re: Problem with BackLog (TCP Queue)..
- From: Peter Duniho
- Re: Problem with BackLog (TCP Queue)..
- From: Chizl
- Re: Problem with BackLog (TCP Queue)..
- From: Chizl
- Re: Problem with BackLog (TCP Queue)..
- From: Peter Duniho
- Re: Problem with BackLog (TCP Queue)..
- From: Chizl
- Problem with BackLog (TCP Queue)..
- Prev by Date: Re: Reuse Method
- Next by Date: RE: problems with storing a custom type in application settings
- Previous by thread: Re: Problem with BackLog (TCP Queue)..
- Next by thread: Re: Problem with BackLog (TCP Queue)..
- Index(es):
Relevant Pages
|