Hi All,
I dont know
whether this is right place to put this ( Pls suggest if anybody know
correct place)
I am trying to use select system call to read from network socket. I have opened a socket and bind it on a port
I have two threads (user space) each having a select , who is waiting on same Socket FD.
When i send any data , only one of the thread is getting the data ...
Is it normal ? Can i have any ways to have data to both select ?
Any suggestion will be of great help
thanks in advance
vikram