Click here to Skip to main content
15,917,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to send data from one application to another Pin
Pavel Klocek25-Dec-02 22:46
Pavel Klocek25-Dec-02 22:46 
GeneralTop-Level Menu Item Data Pin
comrade25-Dec-02 12:17
comrade25-Dec-02 12:17 
GeneralClient/Server advice Pin
Rickard Andersson2025-Dec-02 11:55
Rickard Andersson2025-Dec-02 11:55 
GeneralRe: Client/Server advice Pin
Todd C. Wilson25-Dec-02 17:38
Todd C. Wilson25-Dec-02 17:38 
GeneralRe: Client/Server advice Pin
Rickard Andersson2025-Dec-02 23:31
Rickard Andersson2025-Dec-02 23:31 
GeneralRe: Client/Server advice Pin
Moak25-Dec-02 19:28
Moak25-Dec-02 19:28 
GeneralRe: Client/Server advice Pin
Rickard Andersson2025-Dec-02 23:25
Rickard Andersson2025-Dec-02 23:25 
GeneralIncredible problem with MFC socket Pin
s_k25-Dec-02 11:52
s_k25-Dec-02 11:52 
Hi,
I'm developing server application (FTP server). It works very well and it is very stable under all platforms (win9x/2k/nt/xp). But now I have a problem. We have new LAN (100mb), very fast (file transfer from/to server about 5000 kB/s).
Here is the problem:
Under W9x, when I start uploading/downloading big file (at least 30 MB), transfer starts and everything seems to be ok. But, when I want to list directory in client (eg Total Commander), server gives no response and the machine where the server is running is totally frozen up. With one exception - file transfer that I've started before, is going on well...When I kill the connection from client, server is ok again (as well as the whole OS).
Some bug, I said. I tried to trace the error, so I put breakpoints to my socket OnReceive function. But NO DATA arrive to my socket, at least this function is never executed...I must note that this problem occurs only on this new LAN, when we had slower (10 mbps), it was ok...So where to search for the error ? I think that the bug must somewhere in CSocket/CAsyncSocket...
Thanks for anything...
Standa.
GeneralRe: Incredible problem with MFC socket Pin
Todd C. Wilson25-Dec-02 17:36
Todd C. Wilson25-Dec-02 17:36 
GeneralRe: Incredible problem with MFC socket Pin
s_k26-Dec-02 1:25
s_k26-Dec-02 1:25 
GeneralRe: Incredible problem with MFC socket Pin
Moak25-Dec-02 19:43
Moak25-Dec-02 19:43 
GeneralRe: Incredible problem with MFC socket Pin
s_k26-Dec-02 1:30
s_k26-Dec-02 1:30 
GeneralRe: Incredible problem with MFC socket Pin
Moak26-Dec-02 3:10
Moak26-Dec-02 3:10 
GeneralRe: Incredible problem with MFC socket Pin
s_k26-Dec-02 3:17
s_k26-Dec-02 3:17 
GeneralRe: Incredible problem with MFC socket Pin
Moak26-Dec-02 3:55
Moak26-Dec-02 3:55 
GeneralRe: Incredible problem with MFC socket Pin
s_k26-Dec-02 4:06
s_k26-Dec-02 4:06 
GeneralRe: Incredible problem with MFC socket Pin
Moak26-Dec-02 7:25
Moak26-Dec-02 7:25 
GeneralMoving DLL projects into VC++ .NET Pin
Bartosz Bien25-Dec-02 11:36
Bartosz Bien25-Dec-02 11:36 
GeneralRe: Moving DLL projects into VC++ .NET Pin
Bartosz Bien25-Dec-02 12:12
Bartosz Bien25-Dec-02 12:12 
GeneralRight aligned Combo box !!! Pin
Hadi Rezaee25-Dec-02 11:15
Hadi Rezaee25-Dec-02 11:15 
GeneralUsing Office xp(2000) Chart Pin
Majid Shahabfar25-Dec-02 10:12
Majid Shahabfar25-Dec-02 10:12 
GeneralUnderstanding PreTranslateMessage() Pin
Moak25-Dec-02 6:13
Moak25-Dec-02 6:13 
GeneralRe: Understanding PreTranslateMessage() Pin
567890123425-Dec-02 19:21
567890123425-Dec-02 19:21 
Generaldll question Pin
Shah Shehpori25-Dec-02 4:08
sussShah Shehpori25-Dec-02 4:08 
GeneralRe: dll question Pin
Michael Dunn25-Dec-02 5:53
sitebuilderMichael Dunn25-Dec-02 5:53 

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.