Click here to Skip to main content
15,914,391 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Threads and browser activity Pin
Dave Kreskowiak20-Jul-07 7:31
mveDave Kreskowiak20-Jul-07 7:31 
QuestionError while debug mode entering Pin
tradakad20-Jul-07 3:15
tradakad20-Jul-07 3:15 
AnswerRe: Error while debug mode entering Pin
Mr Saqib Mushtaq20-Jul-07 3:37
Mr Saqib Mushtaq20-Jul-07 3:37 
GeneralRe: Error while debug mode entering Pin
tradakad21-Jul-07 0:03
tradakad21-Jul-07 0:03 
JokeRe: Error while debug mode entering [modified] Pin
tradakad21-Jul-07 1:54
tradakad21-Jul-07 1:54 
QuestionUsing threads in a web service Pin
totig20-Jul-07 2:55
totig20-Jul-07 2:55 
GeneralRe: Using threads in a web service Pin
Colin Angus Mackay20-Jul-07 3:01
Colin Angus Mackay20-Jul-07 3:01 
AnswerRe: Using threads in a web service Pin
Colin Angus Mackay20-Jul-07 3:00
Colin Angus Mackay20-Jul-07 3:00 
toticow wrote:
when I use lock, I understand that the 1 thread will not run until the other finishes its task that is locked


Incorrect. It means that the second thread cannot enter any section that uses the same object for the lock. Both threads can continue running simultaneously even if one is inside a locked section.


Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...

"I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless."


My website

GeneralRe: Using threads in a web service Pin
totig20-Jul-07 3:07
totig20-Jul-07 3:07 
Questionsession timeout redirect Pin
boyindie20-Jul-07 2:45
boyindie20-Jul-07 2:45 
AnswerRe: session timeout redirect Pin
Mr Saqib Mushtaq20-Jul-07 2:55
Mr Saqib Mushtaq20-Jul-07 2:55 
GeneralRe: session timeout redirect Pin
boyindie20-Jul-07 3:13
boyindie20-Jul-07 3:13 
Questiondatabase table listings. Pin
Sonia Gupta20-Jul-07 1:58
Sonia Gupta20-Jul-07 1:58 
AnswerRe: database table listings. Pin
N a v a n e e t h20-Jul-07 2:11
N a v a n e e t h20-Jul-07 2:11 
GeneralRe: database table listings. Pin
Sonia Gupta20-Jul-07 2:25
Sonia Gupta20-Jul-07 2:25 
GeneralRe: database table listings. Pin
wEb GuRu...20-Jul-07 2:30
wEb GuRu...20-Jul-07 2:30 
GeneralRe: database table listings. Pin
krishnamaneni.anil20-Jul-07 5:04
krishnamaneni.anil20-Jul-07 5:04 
QuestionFileUpload Control... Pin
Civic0620-Jul-07 1:56
Civic0620-Jul-07 1:56 
QuestionCircular Reference Pin
Mr Saqib Mushtaq20-Jul-07 1:01
Mr Saqib Mushtaq20-Jul-07 1:01 
AnswerRe: Circular Reference Pin
Pete O'Hanlon20-Jul-07 4:57
mvePete O'Hanlon20-Jul-07 4:57 
QuestionRemoving the border of Text box and combo box Pin
Prakash_Mishra20-Jul-07 0:15
Prakash_Mishra20-Jul-07 0:15 
AnswerRe: Removing the border of Text box and combo box Pin
Sylvester george20-Jul-07 0:24
Sylvester george20-Jul-07 0:24 
GeneralRe: Removing the border of Text box and combo box Pin
Prakash_Mishra20-Jul-07 0:41
Prakash_Mishra20-Jul-07 0:41 
Questioni want to that ppl should access my asp.net pages Pin
Hemant Garg19-Jul-07 23:50
Hemant Garg19-Jul-07 23:50 
AnswerRe: i want to that ppl should access my asp.net pages Pin
N a v a n e e t h20-Jul-07 0:14
N a v a n e e t h20-Jul-07 0:14 

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.