dp, thank you for your help, I have read some topics about event ports, it does
provide a very graceful event completion framework.
My problem is about kaio, if kaio do now support socket operation, it means
that OS will start many user threads to simulate asynchronous operation, then I
will g
Hi,
I am a solaris newbie and want to develop a high performance multi connection
(above 1k) socket server on solaris. At beginning I found a topic in
docs.sun.com, it tought me that I could use aio and thread pool to finish my
work. Then I wrote the basic thread/aio code of my server, but when
hi, mschulte
Thank you for your help. Maybe I did not describe my question clear, I mean
that if Solaris kaio does not support socket operation, it will create many
user thread to simulate the asynchronous operations. I think the simulation is
not a high performance way, so I will give up aio m