Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select on pgmsocket and linux pipe doesn't work to capture pipe's incoming data #20

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

environment : 
Linux : 2.6.18-164.11.1.el5
openpgm version : openpgm-5.1.118 

Can someone please help with the following issue : 

when we do select on read operation on  pgmsocket (pgmsocket is set at blocking 
mode ) and linux pipes, if there is not pgmdata, the select seems to be able to 
correctly return with pipe socketId set (if there is incoming data in pipe). 

However, if there is incoming data for pgmsocket, when select returns, it only 
captures socektId for pgmsocket, not pipe socketId, even though there is 
incoming data for the pipe.

Thanks,
Frank


Original issue reported on code.google.com by [email protected] on 24 May 2012 at 4:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant