How to wake up an asynchroneous process ?
- From: Gilbert Tordeur <GilbertTordeur@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 21 Sep 2008 10:14:00 -0700
Context : Windows Server 2003, IIS 6, VB 2008
My asp.net application A stores data in an SQL 2000 database. My application
B (on the same server but under a different userid - not ASPNET) reads these
data, does its job (big load, low priority) and updates the database. A does
not wait any answer nor acknowledgement from B.
Questions :
1) I think B can be a console application, am I right ?
2) How can A wake up B when A has stored data for B in the database ?
3) How can B wait when it has completed a task, until A wakes it up ?
Thank you,
Gilbert
.
- Follow-Ups:
- Re: How to wake up an asynchroneous process ?
- From: Gilbert Tordeur
- Re: How to wake up an asynchroneous process ?
- From: Family Tree Mike
- RE: How to wake up an asynchroneous process ?
- From: JB
- Re: How to wake up an asynchroneous process ?
- Prev by Date: This one took weeks to resolve
- Next by Date: Multiline listview
- Previous by thread: This one took weeks to resolve
- Next by thread: RE: How to wake up an asynchroneous process ?
- Index(es):
Relevant Pages
|