[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Automatic ASP execution across many virtual sites.
- Subject: RE: [cobalt-users] Automatic ASP execution across many virtual sites.
- From: "Alex Lee" <alex@xxxxxxxxxx>
- Date: Wed May 2 03:41:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> The data structure is exactly the same within all db's, the only
> difference
> being that the stored data in each client db reflects only their own
> requirements, but the central db carries ALL records. We have initially
> chosen to push, rather than pull, because it means only executing
> one script
You probably have a list of databases in which to propagate the information.
And you have the same set of information to go out to each db.
Schedule a script that will parse the information for each db you wish to
update, have it run daily. All you need to do then is update the list of
db's when necessary.
Assuming you want to schedule the script on the RaQ, one easy to do this is
in Perl and stick it in a cronjob.
You can't execute ASP pages outside of the context of the web server (well
you could using wget but it's not exactly ideal)
alex