Click here to Skip to main content
15,910,234 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: VB6.0 to VB.NET Pin
Oshtri Deka18-Dec-08 21:13
professionalOshtri Deka18-Dec-08 21:13 
AnswerRe: VB6.0 to VB.NET Pin
Dragonfly_Lee24-Dec-08 19:01
Dragonfly_Lee24-Dec-08 19:01 
NewsFree Help from Microsoft for Your Windows Client Applications Pin
brucedkyle18-Dec-08 19:03
brucedkyle18-Dec-08 19:03 
QuestionThreadPool not executing queued jobs Pin
Helfdane18-Dec-08 3:14
Helfdane18-Dec-08 3:14 
AnswerRe: ThreadPool not executing queued jobs Pin
led mike18-Dec-08 7:05
led mike18-Dec-08 7:05 
GeneralRe: ThreadPool not executing queued jobs Pin
Helfdane18-Dec-08 21:53
Helfdane18-Dec-08 21:53 
GeneralRe: ThreadPool not executing queued jobs Pin
led mike19-Dec-08 7:15
led mike19-Dec-08 7:15 
GeneralRe: ThreadPool not executing queued jobs Pin
Helfdane21-Dec-08 23:27
Helfdane21-Dec-08 23:27 
You have valid points, thanks for your input.

We are talking a multi-user environment, that is, multiple users can do a request for a number of calculations (there is one dispatcher which processes the requests by transforming it into the format used by the calculation engine. This dispatcher will probably have a WCF component for the thin clients to talk to, this is not final yet. In addition, the dispatcher will have the possibility of throttling the requests if the queue becomes too big, but that is something I haven't worked out yet; it's still on the drawing board). The dispatcher is designed to also monitor the system resources, as on which it will base his throttling and batching strategy. This should lessen the preassure on the hardware as well.

The test-case I had was 15k calculations (1000 base calculations with 15 subcalculations each in testing data). This means that when the calculation starts, 15k calculations are in the queue. The thing which hints me that nothing is happening is, that when queuing the first action of a calculation, the calculation routine is sending a notification to the console that it is starting, but the starting message never gets there unless queuing is done and so is the load.

I am not sure if my current infrastructure will be sufficient, hence my research and these forum postings, as I am not sure if I want to use a component (the threadpool in this case) where I cannot predict exactly what will happen. I think I do need threading since missing parts required for a calculation need to be fetched from the DB and/or are dependant on other calculations.

My background is saas with an average load of 500+ simultanious connections for clients who operate globally. My background is not primarily with .net.

The consumer isn't a moron; she is your wife.

AnswerRe: ThreadPool not executing queued jobs Pin
Dave Kreskowiak18-Dec-08 8:21
mveDave Kreskowiak18-Dec-08 8:21 
GeneralRe: ThreadPool not executing queued jobs Pin
led mike18-Dec-08 8:35
led mike18-Dec-08 8:35 
GeneralRe: ThreadPool not executing queued jobs Pin
Dave Kreskowiak18-Dec-08 9:03
mveDave Kreskowiak18-Dec-08 9:03 
GeneralRe: ThreadPool not executing queued jobs Pin
led mike18-Dec-08 9:05
led mike18-Dec-08 9:05 
QuestionRoaming AND local settings ? Pin
koosquarto17-Dec-08 23:23
koosquarto17-Dec-08 23:23 
Questionwinsock error 10014 Plz help Pin
abhiabstract16-Dec-08 14:22
abhiabstract16-Dec-08 14:22 
AnswerRe: winsock error 10014 Plz help Pin
Dave Kreskowiak16-Dec-08 17:35
mveDave Kreskowiak16-Dec-08 17:35 
AnswerRe: winsock error 10014 Plz help Pin
Paul Conrad17-Dec-08 5:31
professionalPaul Conrad17-Dec-08 5:31 
QuestionCS file invocation at the end of task? Pin
NetQuestions16-Dec-08 6:52
NetQuestions16-Dec-08 6:52 
AnswerRe: CS file invocation at the end of task? Pin
Dave Kreskowiak16-Dec-08 8:58
mveDave Kreskowiak16-Dec-08 8:58 
QuestionFree or opensource versioning tool for Visual Studio 2008 Pin
Azghar Hussain16-Dec-08 3:20
professionalAzghar Hussain16-Dec-08 3:20 
AnswerRe: Free or opensource versioning tool for Visual Studio 2008 Pin
AndrewSmith16-Dec-08 6:10
AndrewSmith16-Dec-08 6:10 
GeneralRe: Free or opensource versioning tool for Visual Studio 2008 Pin
Azghar Hussain16-Dec-08 17:23
professionalAzghar Hussain16-Dec-08 17:23 
GeneralRe: Free or opensource versioning tool for Visual Studio 2008 Pin
Simon P Stevens16-Dec-08 21:39
Simon P Stevens16-Dec-08 21:39 
QuestionAdding button at runtime in MDI Pin
NetQuestions16-Dec-08 2:02
NetQuestions16-Dec-08 2:02 
AnswerRe: Adding button at runtime in MDI Pin
Simon P Stevens16-Dec-08 2:58
Simon P Stevens16-Dec-08 2:58 
GeneralRe: Adding button at runtime in MDI Pin
NetQuestions16-Dec-08 6:59
NetQuestions16-Dec-08 6:59 

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.