Re: Static Functions in a Multi Threaded App
- From: "Seenu" <Srinivas.Reddy.Loka@xxxxxxxxx>
- Date: 14 Jun 2005 10:29:00 -0700
I am trying to visualize how a static function would be executed at
runtime. I can understand the problem if I use an instance and they all
access the same file. But in my case, I am logging to a database. How
would that still create threading issues ? BTW, this app runs on a
multi cpu machine.
Thanks
.
- Follow-Ups:
- Re: Static Functions in a Multi Threaded App
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Static Functions in a Multi Threaded App
- References:
- Static Functions in a Multi Threaded App
- From: Seenu
- Re: Static Functions in a Multi Threaded App
- From: Nicholas Paldino [.NET/C# MVP]
- Static Functions in a Multi Threaded App
- Prev by Date: Re: Simple Threading Problem with WinForm
- Next by Date: Re: Variable for Casting?
- Previous by thread: Re: Static Functions in a Multi Threaded App
- Next by thread: Re: Static Functions in a Multi Threaded App
- Index(es):
Relevant Pages
|