Click here to Skip to main content
15,921,179 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to work with the registry from a limited account in windows xp Pin
jluis_hdezg15-May-07 5:18
jluis_hdezg15-May-07 5:18 
AnswerRe: How to work with the registry from a limited account in windows xp Pin
skornel15-May-07 6:33
skornel15-May-07 6:33 
GeneralRe: How to work with the registry from a limited account in windows xp Pin
jluis_hdezg15-May-07 9:28
jluis_hdezg15-May-07 9:28 
GeneralRe: How to work with the registry from a limited account in windows xp Pin
skornel15-May-07 10:18
skornel15-May-07 10:18 
QuestionRe: How to work with the registry from a limited account in windows xp Pin
David Crow15-May-07 17:12
David Crow15-May-07 17:12 
AnswerRe: How to work with the registry from a limited account in windows xp [modified] Pin
OmurOlmez13-May-09 20:34
OmurOlmez13-May-09 20:34 
GeneralRe: How to work with the registry from a limited account in windows xp Pin
David Crow14-May-09 2:30
David Crow14-May-09 2:30 
QuestionWSASend notification with IOCP Pin
shizam115-May-07 5:18
shizam115-May-07 5:18 
Hi, I have an application that I've been running for about 2 years in a production environment and there seems to be a small problem that I think might be the OS, though it doesn't make sense.

The program is running on Windows Server 2003 with SP1. The machine is a dual processor with 2 cores. 4 GB of memory. The program has 9 threads in the pool, and set to use 4 concurrently.

Basically, the program is a distributor of data. One connection sends data, and the program delivers it to other connections if they want it.

There's about 12 connections. 11 of them are local, and 1 is over a DS3.

Anyway, of the 12 connections, the one that is over the DS3 is having the problems. I've done some wireshark sniffs and nothing looks wrong. Plenty of window size, no missing packets, no resends.

The problem is that on that one socket, the WSASend notification sometimes takes 3-4 seconds when it gets really busy. All the other connections that are local don't have the problem. Looking at the sniff, during the 3-4 seconds when no WSASend notification is coming in, I am getting plenty of acknowledgements from the receiving end every 10-20 milliseconds. Also plenty of data is going out. There is no 3-4 second pause in either data being sent or acknowledgements coming in. Nothing close to it even.

So it looks like the OS is queuing up these notifications, but for some reason is only targetting the connection over the DS3, which doesn't make sense...

Any ideas?
QuestionVC++ and MS SQL Server 2005 database Pin
phokojoe15-May-07 5:04
phokojoe15-May-07 5:04 
AnswerRe: VC++ and MS SQL Server 2005 database Pin
Mark Salsbery15-May-07 6:02
Mark Salsbery15-May-07 6:02 
AnswerRe: VC++ and MS SQL Server 2005 database Pin
Dustin Henry15-May-07 6:05
Dustin Henry15-May-07 6:05 
QuestionKeep CScrollView scrollbars visible Pin
bob1697215-May-07 4:00
bob1697215-May-07 4:00 
AnswerRe: Keep CScrollView scrollbars visible Pin
Hans Dietrich15-May-07 4:43
mentorHans Dietrich15-May-07 4:43 
GeneralRe: Keep CScrollView scrollbars visible Pin
bob1697215-May-07 5:02
bob1697215-May-07 5:02 
AnswerRe: Keep CScrollView scrollbars visible Pin
Mark Salsbery15-May-07 4:45
Mark Salsbery15-May-07 4:45 
GeneralRe: Keep CScrollView scrollbars visible Pin
bob1697215-May-07 4:51
bob1697215-May-07 4:51 
QuestionDialog Based application Pin
Kiran Pinjala15-May-07 3:56
Kiran Pinjala15-May-07 3:56 
AnswerRe: Dialog Based application Pin
Hans Dietrich15-May-07 4:14
mentorHans Dietrich15-May-07 4:14 
GeneralRe: Dialog Based application Pin
Kiran Pinjala15-May-07 4:19
Kiran Pinjala15-May-07 4:19 
AnswerRe: Dialog Based application Pin
Nelek15-May-07 21:39
protectorNelek15-May-07 21:39 
Questionget value(address) from ipaddress control Pin
prathuraj15-May-07 3:54
prathuraj15-May-07 3:54 
QuestionRe: get value(address) from ipaddress control Pin
David Crow15-May-07 4:03
David Crow15-May-07 4:03 
AnswerRe: get value(address) from ipaddress control Pin
prathuraj15-May-07 4:20
prathuraj15-May-07 4:20 
QuestionRe: get value(address) from ipaddress control Pin
David Crow15-May-07 4:33
David Crow15-May-07 4:33 
AnswerRe: get value(address) from ipaddress control Pin
prathuraj15-May-07 5:27
prathuraj15-May-07 5:27 

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.