I have a console .exe file. Two windows scheduled tasks are created for the same .exe file with two different command line arguments for each. These tasks run in parallel. I've a variable which should be shared b/w these two tasks i.e. if the variable is initialized in a task, the second task should use the same value without initialzing it again. I've tried implementing singleton pattern, but it didn't work.
Page 1 of 1
Page 1 of 1
1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users
- Yahoo

Sign In »
Register Now!
Help

Back to top
MultiQuote