> In a critical application you'll want to run these processes > assynchronously anyway, not just because of the time-out, but other > things like security and manageability come into play. The typical way > to get this done is to implement a job queue. I see. Thanks. I will implement something like that. hatrungttha.