Kevin C Miller wrote:
>
> I'm looking for some insight as to why Embperl::Mail (using 2.0b9)
> might be trying to stat its way to the filesystem root when it starts
> up. This is causing me some problems with networked filesystems, as
> it stats all the directories on the way.
>
> Thoughts?
>

Embperl.pm does a Cwd::fastcwd() on startup, you might replace this with
Cwd::cwd() or Cwd::getcwd(), which might avoid to stat paraent directories

Gerald


--------------------------------------------------------------
Gerald Richter     ecos electronic communication services gmbh
IT-Securitylösungen * dynamische Webapplikationen * Consulting

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
--------------------------------------------------------------
|
|   ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
|
+-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to