liorean
06-11-2004, 11:11 AM
I'm wondering if this is possible to do using a serverside language such as PERL, python, PHP or ASP without access to server commands such as cron.
|
||||
Regularly requesting and saving a resourceliorean 06-11-2004, 11:11 AM I'm wondering if this is possible to do using a serverside language such as PERL, python, PHP or ASP without access to server commands such as cron. Celtboy 06-11-2004, 10:03 PM indirectly. Depends on how you'll do it, too. Apps can be run as a service. Other option is to create an application that sits and awaits information, and then schedule a client app to send it that information to make the update. It would have to run as a server daemon, though. One option would be like a webserver running php. Have a php script that updates that resource...and create a browser client in vb that regularly hits that script... -Celt scroots 06-12-2004, 10:44 PM you could make a serverside page that did it and tirgger it by accessing it from your computer, you could of course use javascript to launch it in a popup and then close it. scroots |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum