Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Client-Server communication  (Read 2551 times)

0 Members and 1 Guest are viewing this topic.

sipungora

    Topic Starter


    Rookie

    Client-Server communication
    « on: September 29, 2008, 10:30:48 AM »
    Hi all,

    I have local n:1 client-server communication. It's running sometime ok and then hangs. The same byte-type messages are sent. flush() is applied after writeByte() method. DataInputStream is used.

    One side (server) has sent a request, another one hasn't got it. Why can this happens? OR How can I find it? The method which sends requests is synchronized.

    Thanks beforehand,
    regards, sipungora.
    « Last Edit: September 29, 2008, 10:46:10 AM by sipungora »