in reply to Re: UDP bidirectional client
in thread UDP bidirectional client
I have looked over ActivePerl window quirks, things that don't work, etc. I didn't find anything mentioning socket behaviour (seems forking was a concern, but now "works").
What I'm looking for is something telling me that when two processes are operating on the same socket object, one will block the other (but I can't find that statement). BUT ONLY if you are using ActivePerl (ie. unix/linux is capable of operating on the same object in a forked process).
I understand the concept of the transport layer and am looking for a script that can monitor a port for incoming datagrams and -ALSO- listen to STDIN for user input (think: UDP chat...). Implementing a canned reply in the "recv" functionality works fine, but I'm looking to have the user provide the reply to the incoming datagram..
I hope this clarifies what I'm looking to do. And I hope there is atleast one way to do this with ActivePerl. :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: UDP bidirectional client
by Thelonius (Priest) on Mar 06, 2003 at 21:12 UTC | |
by sbrandt (Initiate) on Mar 06, 2003 at 21:36 UTC | |
by Thelonius (Priest) on Mar 06, 2003 at 21:56 UTC | |
by sbrandt (Initiate) on Mar 07, 2003 at 13:41 UTC |