Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
QuestionCustom DataGridView column problem Pin
Dan Neely23-Jun-09 5:39
Dan Neely23-Jun-09 5:39 
AnswerRe: Custom DataGridView column problem Pin
DoctorMick23-Jun-09 6:29
DoctorMick23-Jun-09 6:29 
GeneralRe: Custom DataGridView column problem Pin
Dan Neely23-Jun-09 7:12
Dan Neely23-Jun-09 7:12 
GeneralRe: Custom DataGridView column problem Pin
EliottA23-Jun-09 7:23
EliottA23-Jun-09 7:23 
QuestionSending mutliple messages to a sock with mutliple return messages Pin
Gareth H23-Jun-09 5:16
Gareth H23-Jun-09 5:16 
AnswerA common error in design Pin
Ennis Ray Lynch, Jr.23-Jun-09 5:23
Ennis Ray Lynch, Jr.23-Jun-09 5:23 
GeneralRe: Sending mutliple messages to a sock with mutliple return messages Pin
Gareth H23-Jun-09 5:24
Gareth H23-Jun-09 5:24 
GeneralRe: Sending mutliple messages to a sock with mutliple return messages Pin
Ennis Ray Lynch, Jr.23-Jun-09 5:30
Ennis Ray Lynch, Jr.23-Jun-09 5:30 
You said that the Java server is spamming you with responses. So I assumed they were unnecessary. If the responses are necessary then they are not spam and then only way to reduce them is to not send messages. Your TCP/IP stack on Windows and from within Java should both be using the Nagle Algorithm so as long as that is not disabled and you do not force a send then the best you can do is send data when you have it and request data when you need it.

If you want to reduce bandwidth for streaming extremely large files you can compress the files using build in compression (see the J# library since it will have the same compression libraries as Java will have access to) or you can author your own.


Need custom software developed? I do C# development and consulting all over the United States.

A man said to the universe:
"Sir I exist!"
"However," replied the universe,
"The fact has not created in me
A sense of obligation."
--Stephen Crane


QuestionWriting error to a browser Pin
kibromg23-Jun-09 4:46
kibromg23-Jun-09 4:46 
AnswerRe: Writing error to a browser Pin
0x3c023-Jun-09 5:17
0x3c023-Jun-09 5:17 
AnswerRe: Writing error to a browser Pin
EliottA23-Jun-09 5:18
EliottA23-Jun-09 5:18 
AnswerRe: Writing error to a browser Pin
Gary Stafford23-Jun-09 14:57
Gary Stafford23-Jun-09 14:57 
QuestionThe process cannot access the file because it is being used by another process. Pin
singhdurgesh23-Jun-09 4:42
singhdurgesh23-Jun-09 4:42 
AnswerRe: The process cannot access the file because it is being used by another process. Pin
Ennis Ray Lynch, Jr.23-Jun-09 4:52
Ennis Ray Lynch, Jr.23-Jun-09 4:52 
AnswerRe: The process cannot access the file because it is being used by another process. Pin
pkreddy0423-Jun-09 5:07
pkreddy0423-Jun-09 5:07 
AnswerRe: The process cannot access the file because it is being used by another process. Pin
0x3c023-Jun-09 5:19
0x3c023-Jun-09 5:19 
Questionis it possible? Pin
billy dev23-Jun-09 3:55
billy dev23-Jun-09 3:55 
AnswerRe: is it possible? Pin
DaveyM6923-Jun-09 4:03
professionalDaveyM6923-Jun-09 4:03 
GeneralRe: is it possible? Pin
EliottA23-Jun-09 4:05
EliottA23-Jun-09 4:05 
GeneralRe: is it possible? Pin
DaveyM6923-Jun-09 4:11
professionalDaveyM6923-Jun-09 4:11 
GeneralRe: is it possible? Pin
OriginalGriff23-Jun-09 4:17
mveOriginalGriff23-Jun-09 4:17 
GeneralRe: is it possible? Pin
DaveyM6923-Jun-09 4:34
professionalDaveyM6923-Jun-09 4:34 
GeneralRe: is it possible? Pin
EliottA23-Jun-09 5:26
EliottA23-Jun-09 5:26 
GeneralRe: is it possible? Pin
EliottA23-Jun-09 6:48
EliottA23-Jun-09 6:48 
GeneralRe: is it possible? Pin
OriginalGriff23-Jun-09 21:15
mveOriginalGriff23-Jun-09 21:15 

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.