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

ASP.NET

 
GeneralRe: how to write into the .htm file [modified] Pin
g00fyman6-Sep-06 0:29
g00fyman6-Sep-06 0:29 
GeneralRe: how to write into the .htm file Pin
Amit Agarrwal6-Sep-06 1:08
Amit Agarrwal6-Sep-06 1:08 
GeneralRe: how to write into the .htm file Pin
g00fyman6-Sep-06 1:40
g00fyman6-Sep-06 1:40 
GeneralRe: how to write into the .htm file Pin
Amit Agarrwal7-Sep-06 0:00
Amit Agarrwal7-Sep-06 0:00 
QuestionClose window if download complete Pin
Paddy Boyd5-Sep-06 22:38
Paddy Boyd5-Sep-06 22:38 
AnswerRe: Close window if download complete Pin
g00fyman6-Sep-06 3:55
g00fyman6-Sep-06 3:55 
QuestionAutodownload in asp.net(c#) Pin
Malayil alex5-Sep-06 22:18
Malayil alex5-Sep-06 22:18 
AnswerRe: Autodownload in asp.net(c#) Pin
g00fyman6-Sep-06 3:59
g00fyman6-Sep-06 3:59 
QuestionMessage in EventLog from a web service Pin
BLOEDHOND5-Sep-06 22:00
BLOEDHOND5-Sep-06 22:00 
AnswerRe: Message in EventLog from a web service Pin
minhpc_bk6-Sep-06 2:16
minhpc_bk6-Sep-06 2:16 
QuestionHow to remove centre line for gridview ? Pin
cheeken2u5-Sep-06 21:30
cheeken2u5-Sep-06 21:30 
AnswerRe: How to remove centre line for gridview ? Pin
g00fyman6-Sep-06 4:13
g00fyman6-Sep-06 4:13 
QuestionHow IIS manages reuests? Pin
RoyRose785-Sep-06 21:28
RoyRose785-Sep-06 21:28 
Hey guys,

I'm writing an asp.net 3-tier application that uses data-source component, business-logic component and application component.
The BL and the DS components are designed as singleton classes, so when clients request for data, they get the same BL object (and DS object) so IIS won't create multiply BLs/DS's objects.

I want to know how the IIS manages the requests.
if IIS will create a thread for each client there will be a race condition between those threads that want to run the same method.

if so, I probably create the methods as "synchronized code region" which means that only one thread can enters a method at a time...

do I need to get into it at all?...

Thanks.

Roy.

p.s - I using visual studio.net 2003 and IIS 5.1
AnswerRe: How IIS manages reuests? Pin
BLOEDHOND5-Sep-06 22:04
BLOEDHOND5-Sep-06 22:04 
GeneralRe: How IIS manages requests? Pin
RoyRose785-Sep-06 23:42
RoyRose785-Sep-06 23:42 
AnswerOK, got it! Pin
RoyRose786-Sep-06 0:58
RoyRose786-Sep-06 0:58 
GeneralRe: OK, got it! Pin
g00fyman6-Sep-06 4:18
g00fyman6-Sep-06 4:18 
QuestionRegarding retaining the Dynamically added Control to placeholder control Pin
VishalSharmaDev5-Sep-06 20:54
VishalSharmaDev5-Sep-06 20:54 
AnswerRe: Regarding retaining the Dynamically added Control to placeholder control Pin
minhpc_bk6-Sep-06 2:12
minhpc_bk6-Sep-06 2:12 
Questionhow to develop a web based biometric application Pin
zubairy5-Sep-06 20:43
zubairy5-Sep-06 20:43 
QuestionRegarding calling a codebehind method from a datagrid's child control Pin
VishalSharmaDev5-Sep-06 20:40
VishalSharmaDev5-Sep-06 20:40 
AnswerRe: Regarding calling a codebehind method from a datagrid's child control Pin
minhpc_bk6-Sep-06 2:10
minhpc_bk6-Sep-06 2:10 
QuestionPlz urgent ...Pre defined Email Formate in Outlook Express Pin
Exelioindia5-Sep-06 20:14
Exelioindia5-Sep-06 20:14 
AnswerRe: Plz urgent ...Pre defined Email Formate in Outlook Express Pin
g00fyman6-Sep-06 4:24
g00fyman6-Sep-06 4:24 
GeneralRe: Plz urgent ...Pre defined Email Formate in Outlook Express Pin
Exelioindia6-Sep-06 19:00
Exelioindia6-Sep-06 19:00 

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.