Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: UDP single vs multiple socket performance

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default UDP single vs multiple socket performance

    In Java, what is the performance difference between the following two

    Using single udp socket
    Using multiple udp sockets

    for multiple connections.

    Although these details can be obtained over net , i need some expert advice.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: UDP single vs multiple socket performance

    I've deleted your duplicate posts. Please stop posting the same questions over and over again all over the place.

    Please see the link in my signature on asking questions the smart way before posting again.

    Crossposted: UDP single vs multiple socket performance
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Taking multiple inputs in single line separated by space in java?
    By kunalgaurav18 in forum Object Oriented Programming
    Replies: 6
    Last Post: October 28th, 2012, 01:15 AM
  2. Best way to turn a single class into multiple classes
    By JoeBrown in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 21st, 2012, 11:57 AM
  3. Can single MDB subscribe multiple topics?
    By shptlucky in forum Web Frameworks
    Replies: 0
    Last Post: April 22nd, 2011, 05:52 AM
  4. Conversion from multiple ints to single string
    By surfbumb in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 12th, 2011, 10:08 PM
  5. Multiple socket on same port
    By Sanjith in forum Java Networking
    Replies: 2
    Last Post: October 22nd, 2010, 02:33 PM

Tags for this Thread