On Thu, Jun 27, 2002 at 12:37:27PM -0400, Jeff Boes wrote: > What might these messages mean? > > Event: 'NEW_JOB_INDEX' was unexpectedly closed at > /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Event.pm line 148
It means that the fd associated with the io event called 'NEW_JOB_INDEX' was closed before you invoked cancel on the watcher. This is probably harmless but may indicate a bug in your code. > These started after I added Cache::Cache modules to a working program > that uses Event. -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org
