Preferred Deployment Method

Just curious to know what the best, most proper way to deploy scrapes would be.

1. Stop the server, copy the whole database up, start the server

2. Use the "import" folder (if I understand the concept correctly)

3. Post each scrape to the server using SOAP as they are updated.

Am I missing any methods? And which one would be the cleanest?

Preferred Deployment Method

Hi,

The second method would definitely be the best. Simply copy the scraping session into the "import" folder. The next time a scraping session is invoked, screen-scraper will "hot swap" that scraping session in so that it gets used.

Kind regards,

Todd Wilson