I need guidance of how to approach this..
I wanna create a Daemon Process that initiate Multi-Threading. Where each Thread calls a Stored Proc.I want that Daemon Process to run in every 15 min.
Thanks
|
I need guidance of how to approach this.. I wanna create a Daemon Process that initiate Multi-Threading. Where each Thread calls a Stored Proc.I want that Daemon Process to run in every 15 min. Thanks |
|||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Break your problem into pieces:
Combine the two and you'll have your solution. Success in computer science (and all problem solving) is built on good decomposition skills. |
||||
|
|