Re: [twsocket] UDP Receive problem

2011-04-15 Thread Francois PIETTE
ng Bonilha" To: "ICS support mailing" Sent: Saturday, April 16, 2011 1:01 AM Subject: Re: [twsocket] UDP Receive problem HI François Thanks for the advices Having two separet thread is not enough. You have to closely look at how the receiving thread communicate with the proce

Re: [twsocket] UDP Receive problem

2011-04-15 Thread Éric Fleming Bonilha
HI François Thanks for the advices Having two separet thread is not enough. You have to closely look at how the receiving thread communicate with the processing/display thread. For example if you use synchronize, you actually defeat the multithreading. Same with SendMessage. You must keep the

Re: [twsocket] UDP Receive problem

2011-04-14 Thread Francois PIETTE
freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Éric Fleming Bonilha" To: "ICS support mailing" Sent: Thursday, April 14, 2011 4:14 PM Subject: Re: [twsocket] UDP Receive problem HI François I thought on processing speed, b

Re: [twsocket] UDP Receive problem

2011-04-14 Thread emanuele bizzarri
iginal- From: Francois PIETTE > Sent: Thursday, April 14, 2011 2:07 AM > To: ICS support mailing > Subject: Re: [twsocket] UDP Receive problem > >> My application receives UDP data from IP Cameras, somehow we are not >> receiving some >> packets, but by using

Re: [twsocket] UDP Receive problem

2011-04-14 Thread Éric Fleming Bonilha
Sent: Thursday, April 14, 2011 2:07 AM To: ICS support mailing Subject: Re: [twsocket] UDP Receive problem My application receives UDP data from IP Cameras, somehow we are not receiving some packets, but by using a network sniffer I can see that the packet was received, but the application never

Re: [twsocket] UDP Receive problem

2011-04-13 Thread Francois PIETTE
My application receives UDP data from IP Cameras, somehow we are not receiving some packets, but by using a network sniffer I can see that the packet was received, but the application never receives it! I already checked receive buffer lengths.. I actually spent 2 entire days cheking for solut

[twsocket] UDP Receive problem

2011-04-13 Thread Éric Fleming Bonilha
Hi I´m experiencing a very weird problem and I hope someone can help me My application receives UDP data from IP Cameras, somehow we are not receiving some packets, but by using a network sniffer I can see that the packet was received, but the application never receives it! I´m using TWSocket