Re: Synchronization b/w multiple instances...Help gurus..
Re: Synchronization b/w multiple instances...Help gurus..
- Subject: Re: Synchronization b/w multiple instances...Help gurus..
- From: Garth Cummings <email@hidden>
- Date: Wed, 3 May 2006 10:58:06 -0700
Hi Rohit,On May 3, 2006, at 10:46 AM, rohit dhamija wrote: I am developing a device driver for my USB bulk device, using I/O kit framework (its a user-level framework) and wanted your inputs in the following issue: My application, i.e. user-interface loads the framework which in turn communicates with the device and returns back the data. I need to achieve synchronization when multiple instances of the applications are running. For example, when we run 2 instances of the application, then each application will load the framework seperately and therefore each will have its own process space.
If you haven't discovered this yet, I/O Kit generally enforces single-open semantics. In other words, only one client can open an interface to a device at a time. (Other clients will get back a kIOReturnExclusiveAccess error.)
Regards, --gc ____________________________________________________________________ Garth Cummings email@hidden Sr. Software Engineer Apple Developer Technical Support
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden