Click here to Skip to main content
15,915,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to work with sln and vcproj files Pin
lbc16-Nov-02 4:08
lbc16-Nov-02 4:08 
AnswerRe: how to work with sln and vcproj files Pin
Chris Richardson16-Nov-02 11:35
Chris Richardson16-Nov-02 11:35 
GeneralRe: how to work with sln and vcproj files Pin
Stephane Rodriguez.16-Nov-02 20:00
Stephane Rodriguez.16-Nov-02 20:00 
GeneralRe: how to work with sln and vcproj files Pin
Chris Richardson18-Nov-02 7:00
Chris Richardson18-Nov-02 7:00 
Generalportability 2 Pin
Ian Dermott16-Nov-02 2:58
sussIan Dermott16-Nov-02 2:58 
GeneralRe: portability 2 Pin
ian mariano16-Nov-02 9:03
ian mariano16-Nov-02 9:03 
GeneralRe: portability 2 Pin
ian mariano16-Nov-02 9:10
ian mariano16-Nov-02 9:10 
GeneralIIS: a theoretical question - processes and threads Pin
devvvy16-Nov-02 2:48
devvvy16-Nov-02 2:48 
one theoretical question:

how does IIS works, in regards to processes and threads?

when a HTTP request comes in, IIS process inetinfo.exe will launch a thread to parse an ASP file (ie. the newly spawn thread will feed an ASP page to the script engine)

say there're 100 concurrent requests, InetInfo.exe will spin up 100 threads, each will load and feed a page to the script engine.

Is this correct?

And since it's "threads" as opposed to "processes", if these threads crash, it will bring down the entire server? prolly not? i read something about process and fault isolation.

tell me what i'm missing here. since i need to understand how an "ASP application" loads and instantiate my COM server...(i interpret an ASP application as a thread that parse an ASP script).

btw, it's a MTA(both) + inprocess dll server

norm
GeneralRe: IIS: a theoretical question - processes and threads Pin
ian mariano16-Nov-02 8:42
ian mariano16-Nov-02 8:42 
Generalchanging frame window looks Pin
B4u16-Nov-02 0:52
B4u16-Nov-02 0:52 
GeneralRe: changing frame window looks Pin
dabs16-Nov-02 2:42
dabs16-Nov-02 2:42 
Generalswap values of two variable Pin
Anonymous16-Nov-02 0:24
Anonymous16-Nov-02 0:24 
GeneralRe: swap values of two variable Pin
moliate16-Nov-02 0:29
moliate16-Nov-02 0:29 
GeneralRe: swap values of two variable Pin
NormDroid16-Nov-02 7:09
professionalNormDroid16-Nov-02 7:09 
GeneralRe: swap values of two variable Pin
moliate16-Nov-02 8:41
moliate16-Nov-02 8:41 
GeneralRe: swap values of two variable Pin
KevinHall16-Nov-02 8:00
KevinHall16-Nov-02 8:00 
GeneralRe: swap values of two variable Pin
moliate16-Nov-02 8:34
moliate16-Nov-02 8:34 
GeneralWindow being minimized Pin
S O S16-Nov-02 0:07
S O S16-Nov-02 0:07 
GeneralRe: Window being minimized Pin
Redeemer-dk16-Nov-02 0:18
Redeemer-dk16-Nov-02 0:18 
GeneralRe: Window being minimized Pin
Gary R. Wheeler16-Nov-02 2:41
Gary R. Wheeler16-Nov-02 2:41 
QuestionIs it possible to enumrate all the system's DirectShow filters? Pin
Redeemer-dk15-Nov-02 23:56
Redeemer-dk15-Nov-02 23:56 
AnswerRe: Is it possible to enumrate all the system's DirectShow filters? Pin
Joaquín M López Muñoz16-Nov-02 1:41
Joaquín M López Muñoz16-Nov-02 1:41 
GeneralRe: Is it possible to enumrate all the system's DirectShow filters? Pin
Redeemer-dk16-Nov-02 2:16
Redeemer-dk16-Nov-02 2:16 
GeneralBuilding a statically linked MFC-App with VC7 Pin
Rainer Mangold15-Nov-02 23:55
Rainer Mangold15-Nov-02 23:55 
GeneralRe: Building a statically linked MFC-App with VC7 Pin
lbc16-Nov-02 0:33
lbc16-Nov-02 0:33 

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.