Re: cfsocket / upd monitoring
Re: cfsocket / upd monitoring
- Subject: Re: cfsocket / upd monitoring
- From: Kaelin Colclasure <email@hidden>
- Date: Tue, 24 Jun 2003 08:28:10 -0700
On Monday, June 23, 2003, at 02:51 PM, Stephane Huaulme wrote:
I'm using cfsocket to monitor a upd based broadcast and at times, I
miss small sparse packets (50 bytes per second type activity). the cpu
is not very busy (25% average) at the time. I suspect that the problem
may be due to some conflicting higher priority task that prevents the
runloop of my app to pick up the small upd packets in time. Does
anyone have any suggestions how to solve this one?
I am guessing you mean 'UDP' not 'UPD'... :-) Keep in mind, that 'U'
stands for Unreliable. Most likely what you are seeing is packets lost
due to collisions, busy routers, etc.
-- Kaelin
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.