|
t**********o 发帖数: 124 | 2 My video card is STB nVidia, it's not on the support list of Soalris 8, is it
possible to choose some other driver to solve this poblem?
I am almost mad, please help!
tutu |
|
p********p 发帖数: 5 | 3 My program (running on Solaris) will run into the poblems during the
high traffic time period. The piece of code looks like :
listen(socketdescriptor, 800);
for (;;) {
int socketno;
struct sockaddr_in clientaddress;
int addresssize= sizeof(clientaddress);
if ((socketno=accept(socketdescriptor, (struct sockaddr *)
&clientaddress,
&addresssize))<0) {printout error mesage;}
else {
put the "socketno" into a request queue, and other seperate
processing threads will |
|
|