Changeset 664

Show
Ignore:
Timestamp:
10/26/2004 11:14:43 AM (4 years ago)
Author:
chris
Message:

Disabled counting of file descriptors in use, which is only needed for
debugging on rare occasions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • eddie/trunk/bin/eddie.py

    r659 r664  
    399399 
    400400            # Count fds in use - for debugging 
    401             numfds = countFDs() 
    402             log.log( "<eddie>main(): FDs in use = %d." % (numfds), 8 ) 
     401            #numfds = countFDs() 
     402            #log.log( "<eddie>main(): FDs in use = %d." % (numfds), 8 ) 
     403 
    403404            log.log( "<eddie>main(): Threads in use = %d." % (threading.activeCount()), 8 ) 
    404405            log.log( "<eddie>main(): Threads: %s" % (threading.enumerate()), 8 )