OTNotifier in shared libraries
OTNotifier in shared libraries
- Subject: OTNotifier in shared libraries
- From: Roy Lovejoy <email@hidden>
- Date: Fri, 24 Jan 2003 08:21:49 -0800
I would appreciate any input on this matter:
We have a suite of shared libraries (plug-ins to a host app), and we are trying
to communicate between them via asynchronous UDP endpoints & OTNotifier procs.
Things just "aren't happening". Timing seems to be counter intuitive.
Wrapping the OTSndUData() with DCon dprintf's, and putting dprintfs in the
OTNotifier, I would have expected a trace like:
Before OTSndUData()
Inside OTNotifier() - got T_DATA
After OTSndUData()
but I don't.. sometimes the "Inside OTNotifier()" is after many other OT calls
and in our case, too darn late.
If the receiving endpoint is asynchronous, and it has the OTNotifier, why the
delay?
This is in a Classic host-- does the OTNotifier do it's business within WNE??
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.