Click here to Skip to main content
15,881,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Process Failure at startup Pin
Santhosh G_2-Jul-13 16:21
Santhosh G_2-Jul-13 16:21 
GeneralRe: Process Failure at startup Pin
ForNow2-Jul-13 17:59
ForNow2-Jul-13 17:59 
QuestionWhere does the m_pMainWnd delete? Pin
yu-jian2-Jul-13 5:54
yu-jian2-Jul-13 5:54 
AnswerRe: Where does the m_pMainWnd delete? Pin
David Crow2-Jul-13 6:07
David Crow2-Jul-13 6:07 
GeneralRe: Where does the m_pMainWnd delete? Pin
yu-jian2-Jul-13 7:15
yu-jian2-Jul-13 7:15 
QuestionRe: Where does the m_pMainWnd delete? Pin
David Crow2-Jul-13 8:12
David Crow2-Jul-13 8:12 
GeneralRe: Where does the m_pMainWnd delete? Pin
Jochen Arndt2-Jul-13 8:14
professionalJochen Arndt2-Jul-13 8:14 
Questionzero copy in windows Pin
Satya1441-Jul-13 20:20
professionalSatya1441-Jul-13 20:20 
Hello everyone,

I am trying to implement zero copy mechanism i.e. a contrary function to the TransmitFile() API.
But I don't know how to register buffers in kernel.Below are the details what I want to do to implement zero copy:

1.we will receive a large data from the server in our client buffer, i have a doubt here also that weather data will come to socket buffer(client's) or first it will come into NIC buffer,please clear this doubt also.

2.now from socket buufer i want to copy the data directly to the kernel buffer and then to file in the disc without going for read and write system calls i.e without switching contexts.

3.Data has to be moved directly to kernel buffer within kernel space only.

Is there any API or some method???? any suggestions???
AnswerRe: zero copy in windows Pin
enhzflep2-Jul-13 12:08
enhzflep2-Jul-13 12:08 
AnswerRe: zero copy in windows Pin
Erudite_Eric4-Jul-13 2:23
Erudite_Eric4-Jul-13 2:23 
GeneralRe: zero copy in windows Pin
Satya1447-Jul-13 23:44
professionalSatya1447-Jul-13 23:44 
GeneralRe: zero copy in windows Pin
Erudite_Eric11-Jul-13 6:12
Erudite_Eric11-Jul-13 6:12 
QuestionProblem in returning the used defined data type using structure Pin
Manoj73901-Jul-13 18:48
Manoj73901-Jul-13 18:48 
QuestionProblem in returning the used defined data type using structure Pin
Manoj73901-Jul-13 18:47
Manoj73901-Jul-13 18:47 
QuestionRe: Problem in returning the used defined data type using structure Pin
Richard MacCutchan1-Jul-13 20:42
mveRichard MacCutchan1-Jul-13 20:42 
AnswerRe: Problem in returning the used defined data type using structure Pin
Stefan_Lang3-Jul-13 0:33
Stefan_Lang3-Jul-13 0:33 
QuestionHow to get the process's DLL module address? Pin
SetHookCurrent1-Jul-13 18:45
SetHookCurrent1-Jul-13 18:45 
AnswerRe: How to get the process's DLL module address? Pin
Richard MacCutchan1-Jul-13 22:08
mveRichard MacCutchan1-Jul-13 22:08 
AnswerRe: How to get the process's DLL module address? Pin
Santhosh G_2-Jul-13 5:37
Santhosh G_2-Jul-13 5:37 
AnswerRe: How to get the process's DLL module address? Pin
Ghosuwa Wogomon2-Jul-13 7:30
Ghosuwa Wogomon2-Jul-13 7:30 
Questionis it possible to update a specific column in listview? Pin
JoneLe861-Jul-13 16:37
JoneLe861-Jul-13 16:37 
SuggestionRe: is it possible to update a specific column in listview? Pin
David Crow2-Jul-13 2:49
David Crow2-Jul-13 2:49 
QuestionCFile reads comma delimited text automatically? Pin
Vaclav_1-Jul-13 13:03
Vaclav_1-Jul-13 13:03 
AnswerRe: CFile reads comma delimited text automatically? Pin
SoMad1-Jul-13 14:47
professionalSoMad1-Jul-13 14:47 
QuestionRe: CFile reads comma delimited text automatically? Pin
Vaclav_2-Jul-13 4:04
Vaclav_2-Jul-13 4:04 

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.