hi every1,
I need a suggestion about rt-application.
if i did it and send data to my socke I've got "Non real time Singal:", why?
actyally i did it in the handler func.
I can't receiv data in this way printf("the msg is: %s\n", (char *)req->aio_buf);
i seems, because I use few sokets I should get signal what's from it comming and then receiv data in this way... printf("the msg is: %s\n", (char *)req[cbNumber].aio_buf);