Click here to Skip to main content
16,016,678 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CEvent? Pin
Blake Miller2-Jun-04 4:05
Blake Miller2-Jun-04 4:05 
GeneralRe: CEvent? Pin
MrEyes2-Jun-04 4:21
MrEyes2-Jun-04 4:21 
GeneralRe: CEvent? Pin
Blake Miller2-Jun-04 4:34
Blake Miller2-Jun-04 4:34 
GeneralRe: CEvent? Pin
David Chamberlain2-Jun-04 6:05
David Chamberlain2-Jun-04 6:05 
GeneralSocket messages Pin
erkanina2-Jun-04 1:22
erkanina2-Jun-04 1:22 
GeneralRe: Socket messages Pin
Trollslayer2-Jun-04 1:33
mentorTrollslayer2-Jun-04 1:33 
GeneralRe: Socket messages Pin
Antony M Kancidrowski2-Jun-04 1:33
Antony M Kancidrowski2-Jun-04 1:33 
GeneralRe: Socket messages Pin
erkanina2-Jun-04 1:54
erkanina2-Jun-04 1:54 
Thank a lot for your response Mr Trollslayer and Mr Antony M Kancidrowski,

My socket routines are non blocking and fully event driven. I am using WinSock APIs. The socket reader routine is event driven and do not blocks application when data is not received. When FD_READ message receives it reads available data's and then returns.

The worker thread is good solution but I have to handle up to 1024 server connections. More than one server connection and data receiving process may require high amount of system resources with this solution.

The problem is that; I want to capture mouse and keyboard messages before FD_READ message handling.

Thanks anmd best regards

Erkan Ermis


GeneralRe: Socket messages Pin
erkanina2-Jun-04 2:03
erkanina2-Jun-04 2:03 
Generalworking with CToolTipCtrl Pin
Aviv Halperin2-Jun-04 1:01
Aviv Halperin2-Jun-04 1:01 
GeneralI wnt to convert SDI project to MDI Pin
auur2-Jun-04 1:00
auur2-Jun-04 1:00 
GeneralRe: I wnt to convert SDI project to MDI Pin
David Crow2-Jun-04 3:08
David Crow2-Jun-04 3:08 
Generalwindows services Pin
Csharper992-Jun-04 0:57
Csharper992-Jun-04 0:57 
GeneralRe: windows services Pin
David Crow2-Jun-04 3:09
David Crow2-Jun-04 3:09 
GeneralRe: windows services Pin
Blake Miller2-Jun-04 4:14
Blake Miller2-Jun-04 4:14 
GeneralMenu Item Bitmap Pin
amine.turki2-Jun-04 0:51
amine.turki2-Jun-04 0:51 
GeneralRe: Menu Item Bitmap Pin
Anonymous2-Jun-04 1:31
Anonymous2-Jun-04 1:31 
GeneralMenu Item Bitmap Pin
amine.turki2-Jun-04 0:51
amine.turki2-Jun-04 0:51 
Generalvector to raster, have u ever heard Pin
neuconcongaymai2-Jun-04 0:39
neuconcongaymai2-Jun-04 0:39 
GeneralRe: vector to raster, have u ever heard Pin
neuconcongaymai2-Jun-04 23:31
neuconcongaymai2-Jun-04 23:31 
GeneralRe: vector to raster, have u ever heard Pin
eric_burden6-Jul-04 2:55
eric_burden6-Jul-04 2:55 
GeneralConnecting to a datasource Pin
si_692-Jun-04 0:20
si_692-Jun-04 0:20 
GeneralRe: Connecting to a datasource Pin
GermanGeorge2-Jun-04 2:31
GermanGeorge2-Jun-04 2:31 
GeneralRe: Connecting to a datasource Pin
si_692-Jun-04 2:53
si_692-Jun-04 2:53 
GeneralRe: Connecting to a datasource Pin
David Crow2-Jun-04 3:14
David Crow2-Jun-04 3: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.