Click here to Skip to main content
15,888,401 members
Home / Discussions / C#
   

C#

 
AnswerRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Eddy Vluggen18-Feb-13 3:01
professionalEddy Vluggen18-Feb-13 3:01 
AnswerRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Pete O'Hanlon18-Feb-13 4:51
mvePete O'Hanlon18-Feb-13 4:51 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
devvvy18-Feb-13 5:23
devvvy18-Feb-13 5:23 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Pete O'Hanlon18-Feb-13 5:25
mvePete O'Hanlon18-Feb-13 5:25 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
devvvy18-Feb-13 5:53
devvvy18-Feb-13 5:53 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
jschell18-Feb-13 9:01
jschell18-Feb-13 9:01 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Pete O'Hanlon18-Feb-13 9:05
mvePete O'Hanlon18-Feb-13 9:05 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
jschell19-Feb-13 9:00
jschell19-Feb-13 9:00 
Pete O'Hanlon wrote:
...just check a simple volatile bool to determine whether or not the thread should
stop at that point.


Yes. That works well if you wrote the code. Or had a chance to review it at least.
If you didn't write the code, or made a mistake then the thread will continue to run.

And the service will also continue to run because until that thread stops the service will not stop. And the only recourse without Abort() is to use task manager to kill it.
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Pete O'Hanlon19-Feb-13 9:22
mvePete O'Hanlon19-Feb-13 9:22 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
jschell20-Feb-13 8:07
jschell20-Feb-13 8:07 
Questionmicrosoft SQL 2005 and dot NET Framework Pin
abbasnafiu18-Feb-13 1:28
professionalabbasnafiu18-Feb-13 1:28 
AnswerRe: microsoft SQL 2005 and dot NET Framework Pin
Keith Barrow18-Feb-13 1:59
professionalKeith Barrow18-Feb-13 1:59 
GeneralRe: microsoft SQL 2005 and dot NET Framework Pin
abbasnafiu18-Feb-13 9:26
professionalabbasnafiu18-Feb-13 9:26 
AnswerRe: microsoft SQL 2005 and dot NET Framework Pin
Azza ALbelushi18-Feb-13 4:00
Azza ALbelushi18-Feb-13 4:00 
GeneralRe: microsoft SQL 2005 and dot NET Framework Pin
Dave Kreskowiak18-Feb-13 4:55
mveDave Kreskowiak18-Feb-13 4:55 
Questionc# middleware for distributed system Pin
Dioblos17-Feb-13 23:31
Dioblos17-Feb-13 23:31 
AnswerRe: c# middleware for distributed system Pin
Garth J Lancaster17-Feb-13 23:47
professionalGarth J Lancaster17-Feb-13 23:47 
GeneralRe: c# middleware for distributed system Pin
Dioblos18-Feb-13 0:10
Dioblos18-Feb-13 0:10 
GeneralRe: c# middleware for distributed system Pin
Garth J Lancaster18-Feb-13 12:22
professionalGarth J Lancaster18-Feb-13 12:22 
AnswerRe: c# middleware for distributed system Pin
devvvy18-Feb-13 5:20
devvvy18-Feb-13 5:20 
GeneralRe: c# middleware for distributed system Pin
Dioblos18-Feb-13 12:55
Dioblos18-Feb-13 12:55 
GeneralRe: c# middleware for distributed system Pin
Garth J Lancaster18-Feb-13 13:03
professionalGarth J Lancaster18-Feb-13 13:03 
GeneralRe: c# middleware for distributed system Pin
Dioblos18-Feb-13 13:07
Dioblos18-Feb-13 13:07 
GeneralRe: c# middleware for distributed system Pin
Garth J Lancaster18-Feb-13 13:18
professionalGarth J Lancaster18-Feb-13 13:18 
GeneralRe: c# middleware for distributed system Pin
devvvy18-Feb-13 13:45
devvvy18-Feb-13 13:45 

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.