RE: Need help regarding threading
- From: "Madestro" <me_no_like_spam_juanDOTromero@bowneDOTcom>
- Date: Mon, 11 Jul 2005 11:56:04 -0700
Hi there,
Threads are a bit tricky to work with. Follow other suggestions here (sub
threads). If you cannot figure it out, you can always use a global variable
and have the loop (or whatever you are using for this matter) check this
variable for a particular value that will signal abort.
Good luck!
--
Juan Romero
-----------------------------------------
The successful person has the habit of doing the things failures don't like
to do.
E.M. Gray
"trialproduct2004@xxxxxxxxx" wrote:
> Hi all
> I am having problem at a time of handling threading.
> I am having application containing thread.
> In thread procedure i ma using recursive function.
> This recursive function is adding some entries in my temprary file.
> But when i called abort on thread it is not aborting that thread.
> After calling aborting still entries are getting inserted into
> temporary files.
> That means still recursive function is getting executed.
> Can some one tell me why this is happening even after calling abort on
> thread.
> Is there any alternative for aborting thread.
> Please help me as this is very very important for me.
>
> Thanks in advance.
>
>
.
- References:
- Need help regarding threading
- From: trialproduct2004
- Need help regarding threading
- Prev by Date: RE: passing enum value as an argument
- Next by Date: DataItem.Eval inside <FooterTemplate>
- Previous by thread: Re: Need help regarding threading
- Next by thread: How can I send multiple files to the fax server programatically?
- Index(es):
Relevant Pages
|