> look at windows workflow or sqlserver broker services.
>
[quoted text clipped - 15 lines]
>> poll a folder for the output file, as we may have up to 40,000
>> requests / day.
On Feb 11, 4:37 pm, "John Timney \(MVP\)"
<xyz_j...@timney.eclipse.co.uk> wrote:
> In addition to Bruce's suggestion - what I have done in the past is have a
> method that allows the client to check a DB value against each created file
[quoted text clipped - 5 lines]
> didn't massively impact throughput and could be hosted on a different app
> server entirely.
Wouldn't you have to keep hitting the database to see if the file was
created successfully?
John Timney (MVP) - 12 Feb 2008 09:51 GMT
Yes, but it doesn't have to be the same database, or even the same database
server!
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
On Feb 11, 4:37 pm, "John Timney \(MVP\)"
<xyz_j...@timney.eclipse.co.uk> wrote:
> In addition to Bruce's suggestion - what I have done in the past is have a
> method that allows the client to check a DB value against each created
[quoted text clipped - 7 lines]
> didn't massively impact throughput and could be hosted on a different app
> server entirely.
Wouldn't you have to keep hitting the database to see if the file was
created successfully?