> But I want to run the modules on different machines:
> 
> Webserver ( Apache, PHP, MySQL) - (Frontend)
> |
> |
> Download Server  --------- Internet
> |
> | <--- LAN
> Storage Server (Eg. a ftp server)
> 

run nfs/samba on the storage server. program a daemon on the download
server. have the webserver send the download server a message (the
download url)... I guess any language on any machine is ok, as long as
it has some socket communication ability... i would use php on the
webserver, python on the download server and nfs. but again, thats
just because i know those.
come to think of it, also have the download server export an fs to the
web server, and have the webserver append the url to some file on the
download server. then as someone suggested, have a shell script
cronned on the server which reads the file and starts the appropriate
downloads.
comments? 

sagar
-- 
Sagar Gokhale
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      ([email protected])
List Information:  http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to