On Tue, 4 May 2004 [EMAIL PROTECTED] wrote:

> 3. Since I plan to ask people to run this program (it's a test program)
> on their
> machines for me I'd like to keep things as simple as possible so they
> can audit
> my code if they don't trust me or my programming abilities. From my
> experience
> with ACE simplicity is not its strongest point.
>
> All I need is to open a UDP socket and send/receive less than ten
> packets, then exit.
> No privileged stuff. No need to access the disk no fancy threads, nothing.
> I expect my C program (if written just for Linux) to be less than 500
> lines long.

If you can ask people to install Perl or Python on their computers, then
why not use the thread libraries from those languages to do the actual UDP
transmission/reception stuff, with your C program only creating/analyzing
the actual packet data?
                                             --- Omer
My opinions, as expressed in this E-mail message, are mine alone.
They do not represent the official policy of any organization with which
I may be affiliated in any way.
WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to