Click here to Skip to main content
15,923,087 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionconvert string to int?? Pin
31-Jan-02 15:55
suss31-Jan-02 15:55 
AnswerRe: convert string to int?? Pin
Tim Smith31-Jan-02 16:03
Tim Smith31-Jan-02 16:03 
Generalthanks Tim Pin
marouane miftah el kheir31-Jan-02 16:52
marouane miftah el kheir31-Jan-02 16:52 
AnswerRe: convert string to int?? Pin
wabc31-Jan-02 19:31
wabc31-Jan-02 19:31 
GeneralA stupid question about "Unit" and "Unit conversion" for IPicture stuff.. Pin
31-Jan-02 14:06
suss31-Jan-02 14:06 
GeneralRe: A stupid question about "Unit" and "Unit conversion" for IPicture stuff.. Pin
wangyiming1-Feb-02 15:31
wangyiming1-Feb-02 15:31 
GeneralA question regarding SQL server Pin
User 988531-Jan-02 13:43
User 988531-Jan-02 13:43 
GeneralRe: A question regarding SQL server Pin
Christopher Lord2-Feb-02 15:25
Christopher Lord2-Feb-02 15:25 
Don't quote me, I'm just guessing here, but I would imagine it does something like the following.

A statement parser in its own thread recieves SQL, breaks it into tokens, and converts it to a bytecode or object placed in a quenue.

A pool of workers picks items off this quenune in some manner, perhaps FIFO, perhaps according to a 'statement-complexity' algo so quick requests go through first or something. It gets the data and creates a response object or bytecode and puts it in an output quenue.

Finally, the output engine pops items off and sends the response back to the client.

There might be steps which are better, but with my knowledge, thats how i would build a sql engine.

// Rock
GeneralVisual Assist 5b Pin
Jon Sagara31-Jan-02 13:37
Jon Sagara31-Jan-02 13:37 
GeneralRegister class, but I can't find memory leak of 1 byte, please help! Pin
S van Leent31-Jan-02 12:28
S van Leent31-Jan-02 12:28 
GeneralRe: Register class, but I can't find memory leak of 1 byte, please help! Pin
Joaquín M López Muñoz1-Feb-02 9:19
Joaquín M López Muñoz1-Feb-02 9:19 
GeneralRe: Register class, but I can't find memory leak of 1 byte, please help! Pin
S van Leent1-Feb-02 10:43
S van Leent1-Feb-02 10:43 
GeneralLearning STL Pin
31-Jan-02 11:37
suss31-Jan-02 11:37 
GeneralRe: Learning STL Pin
Jon Sagara31-Jan-02 12:20
Jon Sagara31-Jan-02 12:20 
GeneralLost Macro/Add-in tab Pin
David Chamberlain31-Jan-02 11:31
David Chamberlain31-Jan-02 11:31 
QuestionMSDN Jan 2002 with Visual Studio 6? Pin
Ron Olson31-Jan-02 10:05
Ron Olson31-Jan-02 10:05 
AnswerRe: MSDN Jan 2002 with Visual Studio 6? Pin
Michael P Butler31-Jan-02 10:36
Michael P Butler31-Jan-02 10:36 
AnswerRe: MSDN Jan 2002 with Visual Studio 6? Pin
Michael Dunn31-Jan-02 11:34
sitebuilderMichael Dunn31-Jan-02 11:34 
AnswerRe: MSDN Jan 2002 with Visual Studio 6? Pin
Not Active31-Jan-02 13:06
mentorNot Active31-Jan-02 13:06 
AnswerRe: MSDN Jan 2002 with Visual Studio 6? Pin
Mazdak31-Jan-02 18:15
Mazdak31-Jan-02 18:15 
GeneralRe: MSDN Jan 2002 with Visual Studio 6? Pin
14-Feb-02 1:35
suss14-Feb-02 1:35 
GeneralRe: MSDN Jan 2002 with Visual Studio 6? Pin
14-Feb-02 5:22
suss14-Feb-02 5:22 
GeneraladdObject() Pin
31-Jan-02 10:04
suss31-Jan-02 10:04 
GeneralRe: addObject() Pin
Not Active31-Jan-02 10:59
mentorNot Active31-Jan-02 10:59 
GeneralSimple question about DLL loading Pin
RK_200031-Jan-02 9:58
RK_200031-Jan-02 9:58 

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.