On Mon, 2006-10-30 at 04:19, Gabriel Rossetti wrote:
> Thank you for your response Nils,
> 
> I read that but isn't running an apache instance just for BackupPC
> a bit of a waste? I need to use mod_perl, but I was trying to find a
> solution without having to do that.

It's not as much a waste as you might think, because all
instances of programs loaded from the same file (inode)
will share the same code in memory. Only the variable
part uses different RAM.  But, if you run backuppc as a
normal CGI instead of with mod_perl, you can run it setuid
and you don't need a separate instance.  Since backuppc normally
does everything automatically you shouldn't need the web
interface enough to care about the speed difference.

-- 
  Les Mikesell
    [EMAIL PROTECTED]



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to