show/hide this revision's text 2 fixed formatting

I'm relatively new to asynchronous and service-oriented programming and want to do the following:

1)

  1. Fire off a stored procedure in a database that could run for minutes or even hours. 2)
  2. Return a code to the caller of a job id that the client can use to track the progress of the job.

This seems like a simple task, but being new to asynchronous coding, I'm concerned about unknown pitfalls. Is there a well defined pattern for this type of functionality? If so, does it have a name and what is a good resource?

Many thanks.

John

show/hide this revision's text 1

Need help with asynchronous operation

I'm relatively new to asynchronous and service-oriented programming and want to do the following:

1) Fire off a stored procedure in a database that could run for minutes or even hours. 2) Return a code to the caller of a job id that the client can use to track the progress of the job.

This seems like a simple task, but being new to asynchronous coding, I'm concerned about unknown pitfalls. Is there a well defined pattern for this type of functionality? If so, does it have a name and what is a good resource?

Many thanks.

John