netftpserver-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Net::FTPServer] Re: sending mail, forking


From: Richard Jones
Subject: [Net::FTPServer] Re: sending mail, forking
Date: Tue, 22 Aug 2006 14:14:28 +0100
User-agent: Mutt/1.5.9i

On Tue, Aug 22, 2006 at 09:05:38AM -0400, Jose Quijada wrote:
> Hello,
> 
> I'm extending DirHandle and FileHandle classes in my application. Should 
> you be able to send mail from within the code in the extended FileHandle 
> for instance. I'm using MIME::Lite to send mail using 'sendmail' and it 
> doesn't work. The same thing for forking, and for using Class::DBI from 
> within this code (FileHandle,DIrHandle and FTPServer) and none of this work.
> 
> The behavior I see is that at the point it tries to perform any of these 
> operations the program halts within no error or warning message. It just 
> seems to hang there. For forking I got it to display the error message 
> which is "Resources temporarily unavailable. DO any of you guys have any 
> ideas? Thanks.

I'm guessing it's because of resource limits.  You can adjust (or even
remove) these by fiddling with the limit memory / limit nr processes /
limit nr files figures in the configuration file.  Setting any of
these to -1 will remove the limit.

Rich.

-- 
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Team Notepad - intranets and extranets for business - http://team-notepad.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]