> It would be nice, if you give the newest version a try.  
> Following the log, there was no reason for a timeout.

Hmmm...

the code sets "alarm 300" when entering mainloop and
then resets it to "alarm 0" just before exiting, but inside
the main loop there are several calls to functions which
may take quite some time, like the blockreport generation,
and others, so it may be a good idea to disengage (or
re-engage) the alarm when reaching such points

also, the code handling service shutdown should be
changed this way

    if ( $SvcStopping != 0 ) {
      alarm 0;
      serviceCheck();
      return;
    }

or the alarm would remain "engaged", not a real issue in
this case, yet the code would be cleaner that way

HTH


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to