Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hiding a tabPage Pin
phannon8614-Apr-08 2:53
professionalphannon8614-Apr-08 2:53 
GeneralRe: Hiding a tabPage Pin
Harvey Saayman14-Apr-08 2:56
Harvey Saayman14-Apr-08 2:56 
GeneralRe: Hiding a tabPage Pin
phannon8614-Apr-08 2:59
professionalphannon8614-Apr-08 2:59 
GeneralRe: Hiding a tabPage Pin
Harvey Saayman14-Apr-08 3:02
Harvey Saayman14-Apr-08 3:02 
Generalthread safety in Windows Service design Pin
George_George14-Apr-08 2:28
George_George14-Apr-08 2:28 
GeneralRe: thread safety in Windows Service design Pin
Dario Solera14-Apr-08 2:35
Dario Solera14-Apr-08 2:35 
GeneralRe: thread safety in Windows Service design Pin
George_George14-Apr-08 2:44
George_George14-Apr-08 2:44 
GeneralRe: thread safety in Windows Service design Pin
Dario Solera14-Apr-08 3:00
Dario Solera14-Apr-08 3:00 
George_George wrote:
Is it possible that two different instances (processes) for the same Windows service will be started and run at the same time?


No, unless you create two different services that point to the same executable.
Anyway, a service can be started only once, even using command-line tools or WMI.

On the other hand, two processes do not implicitly share memory, so you would not have concurrency problems even in the case a service was started twice, except for file access I guess (remember that all the Windows API are reentrant).

If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker
My Photos/CP Flickr Group - ScrewTurn Wiki

GeneralRe: thread safety in Windows Service design Pin
George_George14-Apr-08 3:04
George_George14-Apr-08 3:04 
GeneralRe: thread safety in Windows Service design Pin
Dario Solera14-Apr-08 3:20
Dario Solera14-Apr-08 3:20 
GeneralRe: thread safety in Windows Service design Pin
George_George14-Apr-08 3:24
George_George14-Apr-08 3:24 
GeneralMSAccess DB import to SQL server using C# Pin
new2pgrmg14-Apr-08 2:24
new2pgrmg14-Apr-08 2:24 
GeneralRe: MSAccess DB import to SQL server using C# Pin
Mark J. Miller14-Apr-08 5:05
Mark J. Miller14-Apr-08 5:05 
GeneralRe: MSAccess DB import to SQL server using C# Pin
new2pgrmg14-Apr-08 18:11
new2pgrmg14-Apr-08 18:11 
Generalreg invoking vb6's method in c# Pin
Member 400849214-Apr-08 1:49
Member 400849214-Apr-08 1:49 
GeneralRe: reg invoking vb6's method in c# Pin
N a v a n e e t h14-Apr-08 1:53
N a v a n e e t h14-Apr-08 1:53 
GeneralRe: reg invoking vb6's method in c# Pin
Member 400849214-Apr-08 19:36
Member 400849214-Apr-08 19:36 
GeneralRe: reg invoking vb6's method in c# Pin
paas14-Apr-08 2:26
paas14-Apr-08 2:26 
Questionhelp on date manipulation Pin
tasumisra14-Apr-08 0:30
tasumisra14-Apr-08 0:30 
GeneralRe: help on date manipulation Pin
Christian Graus14-Apr-08 0:38
protectorChristian Graus14-Apr-08 0:38 
GeneralInitializeComponent method Pin
George_George14-Apr-08 0:05
George_George14-Apr-08 0:05 
GeneralRe: InitializeComponent method Pin
Christian Graus14-Apr-08 0:23
protectorChristian Graus14-Apr-08 0:23 
GeneralRe: InitializeComponent method Pin
George_George14-Apr-08 0:41
George_George14-Apr-08 0:41 
GeneralRe: InitializeComponent method Pin
phannon8614-Apr-08 0:47
professionalphannon8614-Apr-08 0:47 
GeneralRe: InitializeComponent method Pin
George_George14-Apr-08 2:06
George_George14-Apr-08 2:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.