Click here to Skip to main content
16,005,437 members
Home / Discussions / C#
   

C#

 
GeneralRe: Move button Pin
Giuseppe Di Modica3-Dec-04 10:44
Giuseppe Di Modica3-Dec-04 10:44 
GeneralRe: Move button Pin
Robert Rohde4-Dec-04 8:53
Robert Rohde4-Dec-04 8:53 
GeneralRe: Move button Pin
Giuseppe Di Modica4-Dec-04 9:42
Giuseppe Di Modica4-Dec-04 9:42 
Generalsplitting stream data Pin
jtmtv183-Dec-04 9:37
jtmtv183-Dec-04 9:37 
GeneralRe: splitting stream data Pin
Daniel Turini3-Dec-04 19:07
Daniel Turini3-Dec-04 19:07 
GeneralRe: splitting stream data Pin
jtmtv183-Dec-04 19:38
jtmtv183-Dec-04 19:38 
GeneralNotifier in SmartClient way.. Pin
aznkk773-Dec-04 9:20
aznkk773-Dec-04 9:20 
GeneralNetStream problem Pin
Marc Clifton3-Dec-04 8:06
mvaMarc Clifton3-Dec-04 8:06 
I have a very strange problem. Using a Tcp connection:

1. the client opens a connection to the server
2. the client sends some data
3. the client keeps the connection open so the server can respond

The server:

1. receives the data
2. sends a response (LingerState is set to 1000ms)
3. closes the connection

Now, the wierd thing is, the client sometimes doesn't get the response. I have to put a delay in BEFORE sending the response.

If I but a delay in AFTER sending the response (but before closing the connection) the response is still not received by the client.

Any ideas? There's no other clients connecting, the connection pooling threads appear to be behaving, etc.

Marc

MyXaml
Advanced Unit Testing
GeneralRe: NetStream problem Pin
leppie3-Dec-04 8:30
leppie3-Dec-04 8:30 
GeneralRe: NetStream problem Pin
Marc Clifton3-Dec-04 10:16
mvaMarc Clifton3-Dec-04 10:16 
GeneralRe: NetStream problem Pin
leppie4-Dec-04 1:19
leppie4-Dec-04 1:19 
GeneralForm: best way Pin
Stijn Goris3-Dec-04 4:53
Stijn Goris3-Dec-04 4:53 
GeneralRe: Form: best way Pin
perlmunger3-Dec-04 5:14
perlmunger3-Dec-04 5:14 
GeneralTask Scheduling Pin
dragonroamer3-Dec-04 4:31
dragonroamer3-Dec-04 4:31 
GeneralRe: Task Scheduling Pin
Daniel Turini3-Dec-04 5:15
Daniel Turini3-Dec-04 5:15 
GeneralRe: Task Scheduling Pin
Dave Kreskowiak3-Dec-04 5:24
mveDave Kreskowiak3-Dec-04 5:24 
GeneralStrange problem Pin
Stefan Troschuetz3-Dec-04 4:28
Stefan Troschuetz3-Dec-04 4:28 
GeneralRe: Strange problem Pin
Daniel Turini3-Dec-04 5:13
Daniel Turini3-Dec-04 5:13 
GeneralRe: Strange problem Pin
Stefan Troschuetz3-Dec-04 6:53
Stefan Troschuetz3-Dec-04 6:53 
GeneralDifferences Control vs UserControl Pin
Ivan Fernandez3-Dec-04 1:44
Ivan Fernandez3-Dec-04 1:44 
GeneralRe: Differences Control vs UserControl Pin
Alex Korchemniy3-Dec-04 3:38
Alex Korchemniy3-Dec-04 3:38 
GeneralRe: Differences Control vs UserControl Pin
cchere3-Dec-04 4:24
cchere3-Dec-04 4:24 
GeneralRe: Differences Control vs UserControl Pin
Alex Korchemniy3-Dec-04 4:31
Alex Korchemniy3-Dec-04 4:31 
GeneralControl vs UserControl Pin
Ivan Fernandez3-Dec-04 1:43
Ivan Fernandez3-Dec-04 1:43 
Generalcalculation during compile time Pin
dkoder3-Dec-04 1:21
dkoder3-Dec-04 1:21 

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.