Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Handling ionotify() and select() in distributed system: (1 Item)
   
Handling ionotify() and select() in distributed system  
Hi,
What special care do I need to take while implementing io_notify in case of distributed environment.

e.g. I have a Resource manager running on machines connected in LAN and on one of the machine I have a client where a 
thread is having fd_set of all resource managers available on /net directory.

What possible problems this implementation would cause?
Are there any limitations in case on io_notify?