Update of /cvsroot/playerstage/code/player/server
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20933/server

Modified Files:
        server.cc 
Log Message:
increased main loop sleep to 1ms

Index: server.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/server.cc,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** server.cc   5 May 2006 06:20:00 -0000       1.34
--- server.cc   1 May 2007 18:07:06 -0000       1.35
***************
*** 216,220 ****
      }
  
!     if(ptcp->Read(1) < 0)
      {
        PLAYER_ERROR("failed while reading from TCP clients");
--- 216,220 ----
      }
  
!     if(ptcp->Read(100) < 0)
      {
        PLAYER_ERROR("failed while reading from TCP clients");


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to