sajanagr has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to create a simple bidirectional server-client communication using socket and am not using IO::Socket for some reason currently.
The communication between server to client works fine. But, while I print some data from client to server's socket, I am not able to read it at server's side.
I am trying to read the socket from accept function at server's side. But, it gives me nothing.
Can you advise me anything ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Simple question regarding Bidirectional socket programming
by Corion (Patriarch) on Jun 15, 2010 at 08:06 UTC | |
|
Re: Simple question regarding Bidirectional socket programming
by cdarke (Prior) on Jun 15, 2010 at 08:32 UTC | |
by sajanagr (Acolyte) on Jun 15, 2010 at 08:48 UTC | |
by almut (Canon) on Jun 15, 2010 at 09:42 UTC | |
by sajanagr (Acolyte) on Jun 15, 2010 at 10:27 UTC | |
by almut (Canon) on Jun 15, 2010 at 11:26 UTC | |
by ikegami (Patriarch) on Jun 15, 2010 at 18:11 UTC | |
|