Recv too slow
Login to reply to this topic.
Mon, 2007-08-20 20:46
Joined: 2007-07-25
Forum posts: 6

Hi

I am facing a weird problem. My application is slowing down socket calls for another application. When I run my app, the Recv callbacks for another app slow down. Both the apps use wlan for connections.

My application uses tcp/udp sockets and multicasting and I am closing all the sockets properly. Any idea why this might be happening?

Anurag


Thu, 2007-08-23 13:34
Joined: 2005-02-18
Forum posts: 100

There is too little information.

It could be that your application is actually doing something in busy loop, and thus eating up all CPU and slowing others. For example, getting an error from some socket call, ignoring it and reissuing it => 100% CPU loop calling your RunL()...


copyright 2003-2009 NewLC SARL