Python sockets UDP broadcast multicast question??

2008-08-27 Thread inorlando
erent approaches like threading and queuing, but all ultimately have the same problem. So my question is how can I receive a continuous stream of UDP packets to some kind of buffer for processing with out losing packets? Thank you for any help or guidance that you provide. - InOrlando --

Re: Python sockets UDP broadcast multicast question??

2008-08-28 Thread inorlando
On Aug 28, 8:06 am, Francesco Bochicchio <[EMAIL PROTECTED]> wrote: > On 28 Ago, 08:09, inorlando <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > I have a question about python and sockets , UDP datagram in > > particular. I'm new to socket pro