Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13543

Modified Files:
        childapp.py 
Log Message:
Dischi was right, this probably doesn't do anything... the problem still
exists, though it's fairly intermittent. Reversing this change.


Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** childapp.py 25 Sep 2003 20:46:26 -0000      1.22
--- childapp.py 27 Sep 2003 00:36:21 -0000      1.23
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.23  2003/09/27 00:36:21  outlyer
+ # Dischi was right, this probably doesn't do anything... the problem still
+ # exists, though it's fairly intermittent. Reversing this change.
+ #
  # Revision 1.22  2003/09/25 20:46:26  outlyer
  # It's still killing processes if they don't respond immmediately. I've
***************
*** 283,292 ****
              data = self.fp.readline(300)
              if not data:
!                 time.sleep(1)   # Wait longer and try again
!                 data = self.fp.readline(300)
!                 if not data:
!                     _debug_('%s: No data, stopping (pid %s)!' % (self.name, 
os.getpid()),2)
!                     self.fp.close()
!                     break
              else:
                  data = data.replace('\r', '\n')
--- 287,293 ----
              data = self.fp.readline(300)
              if not data:
!                 _debug_('%s: No data, stopping (pid %s)!' % (self.name, 
os.getpid()),2)
!                 self.fp.close()
!                 break
              else:
                  data = data.replace('\r', '\n')




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to