Subject: Re: Thread resume
Date: Wed, 3 Sep 2003 13:26:22 -0700
Lines: 32
Message-ID: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcNyWaQ3wmz1+AtGSwO5fvSnHEaYyw==
Newsgroups: microsoft.public.dotnet.framework.compactframework
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.compactframework:32682
NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
So is there any other way to do this? I want to run a
continues loop every so often (every 4 mins for example).
But once in a while I want to update the data and have
the loop execute immediatelly.
Right now I am just creating a new thread which is very
inefficient.