RE: inetd client server communications

2002-01-18 Thread Bob Showalter
> -Original Message- > From: henk b [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 18, 2002 11:39 AM > To: [EMAIL PROTECTED] > Subject: inetd client server communications > > > I'm trying to make an inetd perl server to communicate with a > perl clie

inetd client server communications

2002-01-18 Thread henk b
I'm trying to make an inetd perl server to communicate with a perl client. Communication from client to server is working but not from server to client. As I understand inetd handles the socket, bind, listen and accept stuff and basically you can communicate between server and client using STD