fetchmail-friends
[Top] [All Lists]

Superfluous sleep() in driver.c?

2001-02-10 16:35:01
fetchmail-5.6.3, driver.c, lines 1689-1691:

        /* allow time for the port to be set up if we have a plugin */
        if (ctl->server.plugin)
            (void)sleep(1);

Can somebody comment on why is there? Deleting these two lines makes my
invocations of fetchmail noticeably faster. I can't think of a case where
not waiting one second would be bad for a plugin.

Cheers,

davez

-- 
Dave Zarzycki
http://thor.sbay.org/~dave/





<Prev in Thread] Current Thread [Next in Thread>
  • Superfluous sleep() in driver.c?, Dave Zarzycki <=