Click here to Skip to main content
15,921,990 members
Home / Discussions / C#
   

C#

 
AnswerRe: date format in different countries ? help pls... Pin
Dustin Metzgar7-Jul-06 4:17
Dustin Metzgar7-Jul-06 4:17 
Question@ Pin
fmardani7-Jul-06 3:46
fmardani7-Jul-06 3:46 
AnswerRe: @ Pin
AETaylor7-Jul-06 3:51
AETaylor7-Jul-06 3:51 
AnswerRe: @ Pin
Not Active7-Jul-06 3:55
mentorNot Active7-Jul-06 3:55 
AnswerRe: @ Pin
Dustin Metzgar7-Jul-06 4:10
Dustin Metzgar7-Jul-06 4:10 
GeneralRe: @ Pin
fmardani7-Jul-06 4:12
fmardani7-Jul-06 4:12 
Questiontimeout expired.timeout period elapsed prior to completion of the operation or the server is not responding [modified] Pin
ayyp7-Jul-06 3:30
ayyp7-Jul-06 3:30 
AnswerRe: timeout expired.timeout period elapsed prior to completion of the operation or the server is not responding Pin
Judah Gabriel Himango7-Jul-06 4:34
sponsorJudah Gabriel Himango7-Jul-06 4:34 
Ok, you're using .NET remoting or sockets? If you're trying to bring over 1000 records in a single call, chances are it's timing out; it gives up after some period of time.

Instead of trying to bring over all 1000 records in a single call, serialize your records into a stream, then send that stream over byte-by-byte. This will be faster, more performant, and more scalable. You also shouldn't get any timeouts this way provided you don't try to stream too many bytes per call. Try streaming 65000 bytes per call, that's 65k and should work alright on high speed connections.

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Messianic Instrumentals (with audio)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: timeout expired.timeout period elapsed prior to completion of the operation or the server is not responding Pin
ayyp7-Jul-06 18:41
ayyp7-Jul-06 18:41 
QuestionDataView.Find(object value) Pin
peshawarcoder7-Jul-06 3:02
peshawarcoder7-Jul-06 3:02 
QuestionDisabling "X" button in WinForm Pin
stancrm7-Jul-06 2:37
stancrm7-Jul-06 2:37 
AnswerRe: Disabling "X" button in WinForm Pin
Not Active7-Jul-06 2:58
mentorNot Active7-Jul-06 2:58 
AnswerRe: Disabling "X" button in WinForm [modified] Pin
Anh_Tuan7-Jul-06 3:02
Anh_Tuan7-Jul-06 3:02 
QuestionError : Cannot write to a closed TextWriter Pin
adityap7-Jul-06 2:01
adityap7-Jul-06 2:01 
AnswerRe: Error : Cannot write to a closed TextWriter Pin
Judah Gabriel Himango7-Jul-06 4:39
sponsorJudah Gabriel Himango7-Jul-06 4:39 
AnswerRe: Error : Cannot write to a closed TextWriter Pin
Judah Gabriel Himango7-Jul-06 4:40
sponsorJudah Gabriel Himango7-Jul-06 4:40 
GeneralProblem - Re: Error : Cannot write to a closed TextWriter [modified] Pin
adityap9-Jul-06 20:00
adityap9-Jul-06 20:00 
QuestionPage Timers Pin
Brendan Vogt7-Jul-06 1:46
Brendan Vogt7-Jul-06 1:46 
AnswerRe: Page Timers Pin
Guffa7-Jul-06 3:57
Guffa7-Jul-06 3:57 
AnswerRe: Page Timers Pin
Dustin Metzgar7-Jul-06 4:04
Dustin Metzgar7-Jul-06 4:04 
QuestionCreating an options dialog for my WinApp. Pin
anderslundsgard7-Jul-06 1:14
anderslundsgard7-Jul-06 1:14 
AnswerRe: Creating an options dialog for my WinApp. Pin
Robert Rohde7-Jul-06 4:37
Robert Rohde7-Jul-06 4:37 
QuestionHow to get data from text box respective of text position ? Pin
praveenqwe7-Jul-06 0:52
praveenqwe7-Jul-06 0:52 
AnswerRe: How to get data from text box respective of text position ? Pin
stancrm7-Jul-06 1:03
stancrm7-Jul-06 1:03 
QuestionHow to make a Class object global?? Pin
suguimoto7-Jul-06 0:25
suguimoto7-Jul-06 0:25 

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.