Update of /cvsroot/playerstage/code/player/utils/playerv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10043/utils/playerv

Modified Files:
        playerv.c 
Log Message:
changed default server mode to pull with replacement

Index: playerv.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerv/playerv.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** playerv.c   2 Nov 2007 00:28:25 -0000       1.50
--- playerv.c   2 Nov 2007 02:41:11 -0000       1.51
***************
*** 332,340 ****
        if (count > 0)
        {
!         proxy = playerc_client_read(client);
!         // NULL return from playerc_client_read() means an error in the
!         // connection to the server (I think)
!         if(!proxy)
!           break;
        }
      }
--- 332,336 ----
        if (count > 0)
        {
!         proxy = playerc_client_read_nonblock(client);
        }
      }
***************
*** 347,356 ****
          tv = tc;
          // this requests a round of data from the server to be read
!         proxy = playerc_client_read(client);
!         // NULL return from playerc_client_read() means an error in the
!         // connection to the server (I think)
!         if(!proxy)
!           break;
! 
         }
         else
--- 343,347 ----
          tv = tc;
          // this requests a round of data from the server to be read
!         proxy = playerc_client_read_nonblock(client);
         }
         else


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to