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 4 of 4

Thread: How good is kryonet?

  1. #1
    Junior Member
    Join Date
    May 2011
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question How good is kryonet?

    I'm working on a mutliplayer game. So far I got it working with Socket and ServerSocket. But its slow over internet. It takes 1-2 sec to write something in the chat. Someone said I should use kryonet. but i want to know how good is it? and should I?


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: How good is kryonet?

    What are you using now?
    Why is it slow?
    Can it be 'fixed' to increase speed, or will the problem in speed carry over to kryonet?

    I think the biggest question is what is making your current setup slow?

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Location
    United Kingdom
    Posts
    9
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: How good is kryonet?

    KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO. KryoNet uses the Kryo serialization library to automatically and efficiently transfer object graphs across the network.

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How good is kryonet?

    Quote Originally Posted by tayloralina View Post
    KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO. KryoNet uses the Kryo serialization library to automatically and efficiently transfer object graphs across the network.
    Why resurrect a post over a year old to copy/paste text without giving proper credit to the source? This is not your first warning...these forums are not a repository for copyright infringement. Please don't do this again.

Similar Threads

  1. Unsure of what happened, but it can't be good
    By aussiemcgr in forum Java Theory & Questions
    Replies: 2
    Last Post: May 23rd, 2012, 04:07 PM
  2. how get good java job
    By gokul in forum Member Introductions
    Replies: 1
    Last Post: April 30th, 2012, 05:56 AM
  3. Need a good rpg game idea..
    By Emperor_Xyn in forum Java Theory & Questions
    Replies: 5
    Last Post: January 3rd, 2012, 10:44 PM
  4. Good morning everyone
    By r-veras in forum Member Introductions
    Replies: 1
    Last Post: January 28th, 2011, 09:36 AM
  5. Good morning!
    By gnome in forum Member Introductions
    Replies: 0
    Last Post: January 1st, 2011, 04:18 PM