Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
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?