My account: Login | Sign Up
Loading...

Windows Service & System.Timers.Timer production issue... in microsoft.public.dotnet.framework | Thread profile

Thread profile page for "Windows Service & System.Timers.Timer production issue... in microsoft.public.dotnet.framework" on http://www.microsoft.com/communities/newsgroups.... This report page is a snippet summary view from a single thread "Windows Service & System.Timers.Timer production issue... in microsoft.public.dotnet.framework", located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Windows Service & System.Timers.Timer production issue... in microsoft.public.dotnet.framework
Site: Discussions in microsoft.public.dotnet.framework  Discussions in microsoft.public.dotnet.framework - site profile
Forum: microsoft.public.dotnet.framework  microsoft.public.dotnet.framework - forum profile
Total authors: 4 authors
Total thread posts: 8 posts
Thread activity: no new posts during last week
Domain info for: microsoft.com

Thread posts in Windows Service & System.Timers.Timer production issue... in microsoft.public.dotnet.framework:

1. 
Started 4 months, 2 weeks ago (2008-04-23 13:32:00)  by Ollie Riches
I'm looking into a production issue related to a windows service and System.Timers.Timer. The background is the windows service uses a System.Timers.Timer to periodically poll a directory location on a network for files and then copies these files to another location (on the network) AND then updates a record in the database. The file ...
Size: 1,954 bytes
Customize:  Customize "Windows Service & System.Timers.Timer production issue... in
microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
2. 
Started 4 months, 2 weeks ago (2008-04-23 14:28:00)  by mgsram
On Apr 23, 12:28 pm, Ollie Riches <ollie.ric...@btinternet.com> wrote: > I'm looking into a production issue related to a windows service and > System.Timers.Timer. The background is the windows service uses a > System.Timers.Timer to periodically poll a directory location on a > network for files and then copies these files to another ...
Size: 2,670 bytes
Customize:  Customize "<b>Reply 1</b>: Windows Service & System.Timers.Timer production issue... in
microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
3. 
Started 4 months, 2 weeks ago (2008-04-23 15:14:00)  by sloan
Check this post/thread: http://groups.google.com/group/microsoft.public.do tnet.framework/browse_thread/thread/aa8a7a59b698f6 b5/8b8c53ddf8298793?#8b8c53ddf8298793 I think its best to code up a TimerCallback... have it do the work. ... and THEN code up another call to for the timer to fire. You'll avoid the ...
Size: 3,430 bytes
Customize:  Customize "<b>Reply 2</b>: Windows Service & System.Timers.Timer production issue... in
microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
4. 
Started 4 months, 2 weeks ago (2008-04-23 16:50:00)  by Ollie Riches
On 23 Apr, 18:25, mgsram <mgs...@gmail.com> wrote: > On Apr 23, 12:28 pm, Ollie Riches <ollie.ric...@btinternet.com> wrote: > > > > > > > I'm looking into a production issue related to a windows service and > > System.Timers.Timer. The background is the windows service uses a > > System.Timers.Timer to periodically ...
Size: 3,332 bytes
Customize:  Customize "<b>Reply 3</b>: Windows Service & System.Timers.Timer production issue... in
microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
5. 
Started 4 months, 2 weeks ago (2008-04-23 16:58:00)  by Ollie Riches
On 23 Apr, 19:10, "sloan" <sl...@ipass.net> wrote: > Check this post/thread: > > http://groups.google.com/group/microsoft.public.do tnet.framework/brow ... > > I think its best to code up a TimerCallback... > have it do the work. ... and THEN code up another call to for the timer to > fire. > > You'll avoid the ...
Size: 3,967 bytes
Customize:  Customize "<b>Reply 4</b>: Windows Service & System.Timers.Timer production issue... in
microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
6. 
Started 4 months, 2 weeks ago (2008-04-23 17:17:00)  by sloan
I realize you do not have a drag and drop timer. I pointed you to the other thread so you could find the KB discussing it. ... The KB also states: Additionally, use a System.Threading.Timer object instead of the System.Timers.Timer object. Of course its a design issue, or it wouldn't be listed ...
Size: 5,254 bytes
Customize:  Customize "<b>Reply 5</b>: Windows Service & System.Timers.Timer production issue... in
microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
7. 
Started 4 months, 2 weeks ago (2008-04-23 17:44:00)  by mgsram
On Apr 23, 4:29 pm, "Willy Denoyette [MVP]" <willy.denoye...@telenet.be> wrote: > Note that the KB clearly states that the BUG is in v1.0 and 1.1 only and > that there is a FIX. > > Willy. > > "sloan" <sl...@ipass.net> wrote in message > > news:%23ea%23E7XpIHA.2068@TK2MSFTNGP05.phx.gbl... > > > >...
Size: 6,529 bytes
Customize:  Customize "<b>Reply 6</b>: Windows Service & System.Timers.Timer production issue... in
microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
8. 
Started 4 months, 2 weeks ago (2008-04-23 22:50:00)  by Mr. Arnold
"Ollie Riches" <ollie.riches@btinternet.com> wrote in message news:69b3ce1e-5996-4d07-9469-a54cd88c572d@24g2000h sh.googlegroups.com... > The code C# .Net (2.0) has the required try/catch/finally to capture > any exception that might be generated during the Timer Elapsed event - > any errors that are generated are logged. I also...
Size: 1,256 bytes
Customize:  Customize "<b>Reply 7</b>: Windows Service & System.Timers.Timer production issue... in
microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
 

Top contributing authors for Windows Service & System.Timers.Timer production issue... in microsoft.public.dotnet.framework

Name Posts
Ollie Riches 3
mgsram 2
sloan 2
Mr. Arnold 1