p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > .NET > Other .NET > General .NET
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old April 13th, 2006, 03:55 AM
Friend of Wrox
Points: 622, Level: 9
Points: 622, Level: 9 Points: 622, Level: 9 Points: 622, Level: 9
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2004
Location: India.
Posts: 220
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ashu_from_india Send a message via Yahoo to ashu_from_india
Default Maximum limit for a TCP/IP Port

hi everyone :-)

i m creating a Socket Server class in VB.NET that will handle multiple clients on the same Port Number.

wht amount of data can a TCP/IP Port handle simultaneously from diff clients?

wht is the max number of simultaneous connections tht a Port can handle?

witing for reply


cheers :-)

Ashu


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old April 19th, 2006, 03:36 PM
Registered User
 
Join Date: Apr 2006
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

A TCP Listener socket can handle one connection at a time on a single port.
You will need to pass the incoming connection off to another Socket and continue listening on the main port.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old April 20th, 2006, 01:15 AM
Friend of Wrox
Points: 622, Level: 9
Points: 622, Level: 9 Points: 622, Level: 9 Points: 622, Level: 9
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2004
Location: India.
Posts: 220
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ashu_from_india Send a message via Yahoo to ashu_from_india
Default

i m not talking abt Socket. i m asking abt the PORT strength

i m able to connect 30 simultaneous Sockets from 1 Listener on 1 PORT

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TCP Communication block, maximum connections reach vin14976 Apache Tomcat 1 February 13th, 2007 04:35 PM
TCP/IP HELP jpsultana VB.NET 2002/2003 Basics 0 September 29th, 2005 02:37 PM
risks when using tcp/ip port number=9866 brahma_ramesh ASP CDO 0 September 25th, 2004 04:47 AM
HttpHandler, TCP Port ? dotnetMe Classic ASP Professional 4 August 22nd, 2004 12:07 PM
HttpHandler, TCP Port ? dotnetMe General .NET 0 August 22nd, 2004 12:01 PM



All times are GMT -4. The time now is 04:02 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc