Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
GeneralRe: Easy question about Custom Controls from a newbie. Pin
Kanetakeo9-Mar-10 10:32
Kanetakeo9-Mar-10 10:32 
GeneralRe: Easy question about Custom Controls from a newbie. Pin
DaveyM699-Mar-10 13:20
professionalDaveyM699-Mar-10 13:20 
QuestionA new, open source, Outlook panel plugin in C# Pin
François-Denis Gonthier9-Mar-10 7:21
François-Denis Gonthier9-Mar-10 7:21 
AnswerRe: A new, open source, Outlook panel plugin in C# Pin
Wes Aday9-Mar-10 8:53
professionalWes Aday9-Mar-10 8:53 
GeneralRe: A new, open source, Outlook panel plugin in C# Pin
François-Denis Gonthier9-Mar-10 9:04
François-Denis Gonthier9-Mar-10 9:04 
GeneralRe: A new, open source, Outlook panel plugin in C# Pin
Garth J Lancaster9-Mar-10 10:40
professionalGarth J Lancaster9-Mar-10 10:40 
GeneralRe: A new, open source, Outlook panel plugin in C# Pin
François-Denis Gonthier15-Mar-10 5:43
François-Denis Gonthier15-Mar-10 5:43 
Questionwhat is the optimal method for handling time-triggered processing Pin
TimWallace9-Mar-10 6:29
TimWallace9-Mar-10 6:29 
I am in the process of coding an application wherein there is a server application running as a Windows Service on a "big, powerful" box. Scattered around the country are computers that communicate with this "Host" in real-time. There will be a few thousand "clients" connected (10K or less) at any given time.

That's the background. I've already written the Sockets logic for both server and client, and the connections are speedy (using the Send* calls), so that's not an issue.

Here is my situation and question: at a pre-determined time every day, each of these clients' data needs to be tallied/processed/whatever-you-want-to-call-it and then the client needs to be notified this processing has completed. Every client could have a different time-of-day at which this needs to be done. Is there a more efficient way than using a timer (with the appropriate Interval calculated) for each client? I was thinking that perhaps using a single timer and some sort of hashtable that associates clients with time-of-day may work. But I'm soliciting all ideas. Don't assume your idea is not good enough...I want to hear as many possibilities as I can.

Thanks.

Tim
AnswerRe: what is the optimal method for handling time-triggered processing Pin
Not Active9-Mar-10 6:46
mentorNot Active9-Mar-10 6:46 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
TimWallace9-Mar-10 6:55
TimWallace9-Mar-10 6:55 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
Dan Mos9-Mar-10 7:11
Dan Mos9-Mar-10 7:11 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
TimWallace9-Mar-10 7:48
TimWallace9-Mar-10 7:48 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
Dan Mos9-Mar-10 9:57
Dan Mos9-Mar-10 9:57 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
Not Active9-Mar-10 7:15
mentorNot Active9-Mar-10 7:15 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
TimWallace9-Mar-10 7:46
TimWallace9-Mar-10 7:46 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
Not Active9-Mar-10 7:59
mentorNot Active9-Mar-10 7:59 
AnswerRe: what is the optimal method for handling time-triggered processing Pin
Matthew Klein9-Mar-10 7:48
Matthew Klein9-Mar-10 7:48 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
TimWallace9-Mar-10 7:51
TimWallace9-Mar-10 7:51 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
Not Active9-Mar-10 8:01
mentorNot Active9-Mar-10 8:01 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
TimWallace9-Mar-10 9:17
TimWallace9-Mar-10 9:17 
GeneralRe: what is the optimal method for handling time-triggered processing Pin
Matthew Klein9-Mar-10 11:02
Matthew Klein9-Mar-10 11:02 
AnswerRe: what is the optimal method for handling time-triggered processing Pin
Ian Shlasko9-Mar-10 8:30
Ian Shlasko9-Mar-10 8:30 
AnswerRe: what is the optimal method for handling time-triggered processing Pin
Ennis Ray Lynch, Jr.9-Mar-10 9:46
Ennis Ray Lynch, Jr.9-Mar-10 9:46 
AnswerRe: what is the optimal method for handling time-triggered processing Pin
Luc Pattyn9-Mar-10 11:09
sitebuilderLuc Pattyn9-Mar-10 11:09 
AnswerRe: what is the optimal method for handling time-triggered processing Pin
AspDotNetDev9-Mar-10 12:18
protectorAspDotNetDev9-Mar-10 12:18 

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.