Re: [Boston.pm] Net::Server::Generic

2004-04-18 Thread Uri Guttman
> "RN" == Ranga Nathan <[EMAIL PROTECTED]> writes: RN> I used this module to create a simple server. The server I need RN> simply accepts some data and drops it into an MQ queue (not my RN> choice!) and returns a confirmation. When testing this, I found RN> that only one client was get

Re: [Boston.pm] Net::Server::Generic

2004-04-18 Thread Jerrad Pierce
Umm, I'd say that it's acting as advertised. Clients should not keep the sockets open any longer than necessary. -- H4sICNoBwDoAA3NpZwA9jbsNwDAIRHumuC4NklvXTOD0KSJEnwU8fHz4Q8M9i3sGzkS7BBrm OkCTwsycb4S3DloZuMIYeXpLFqw5LaMhXC2ymhreVXNWMw9YGuAYdfmAbwomoPSyFJuFn2x8 Opr8bBBidcc= -- MOTD on Pungenda

[Boston.pm] Net::Server::Generic

2004-04-18 Thread Ranga Nathan
I used this module to create a simple server. The server I need simply accepts some data and drops it into an MQ queue (not my choice!) and returns a confirmation. When testing this, I found that only one client was getting response. Other clients could send but not receive. When the first client