Click here to Skip to main content
15,910,872 members
Home / Discussions / C#
   

C#

 
AnswerRe: Activation or License Pin
TJoe4-Oct-07 12:11
TJoe4-Oct-07 12:11 
QuestionDataGridView button problem Pin
udikantz4-Oct-07 9:20
udikantz4-Oct-07 9:20 
QuestionIssues with Mutlithreading and STA [modified] Pin
Aaron VanWieren4-Oct-07 8:53
Aaron VanWieren4-Oct-07 8:53 
AnswerRe: Issues with Mutlithreading and STA Pin
led mike4-Oct-07 9:52
led mike4-Oct-07 9:52 
GeneralRe: Issues with Mutlithreading and STA Pin
Aaron VanWieren4-Oct-07 10:34
Aaron VanWieren4-Oct-07 10:34 
AnswerRe: Issues with Mutlithreading and STA Pin
Luc Pattyn4-Oct-07 11:57
sitebuilderLuc Pattyn4-Oct-07 11:57 
GeneralRe: Issues with Mutlithreading and STA Pin
Aaron VanWieren4-Oct-07 12:12
Aaron VanWieren4-Oct-07 12:12 
GeneralRe: Issues with Mutlithreading and STA Pin
Luc Pattyn4-Oct-07 12:39
sitebuilderLuc Pattyn4-Oct-07 12:39 
Hi Aaron,

if your CPU load is sufficiently low right now on both client and server (assuming DB on
separate machine here), the only thing I can think of that could improve overall elapsed time
is using multiple processes, each with one STA thread, again assuming the job can be split
in independent parts, that just share data at the database level. This would basically
cost additional CPU cycles to perform the remoting, but it would increase parallelism on
the DB operations.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


QuestionProblems with opening Child Window in MDI Pin
RichardAlbrecht4-Oct-07 8:23
RichardAlbrecht4-Oct-07 8:23 
AnswerRe: Problems with opening Child Window in MDI Pin
KaineDunno4-Oct-07 8:38
KaineDunno4-Oct-07 8:38 
GeneralRe: Problems with opening Child Window in MDI Pin
RichardAlbrecht4-Oct-07 9:12
RichardAlbrecht4-Oct-07 9:12 
GeneralRe: Problems with opening Child Window in MDI Pin
Pete O'Hanlon4-Oct-07 10:40
mvePete O'Hanlon4-Oct-07 10:40 
QuestionBeing more generic Pin
Ryno Burger4-Oct-07 8:18
Ryno Burger4-Oct-07 8:18 
AnswerRe: Being more generic Pin
MartyExodus4-Oct-07 8:42
MartyExodus4-Oct-07 8:42 
AnswerRe: Being more generic Pin
PIEBALDconsult4-Oct-07 9:09
mvePIEBALDconsult4-Oct-07 9:09 
AnswerRe: Being more generic Pin
PIEBALDconsult4-Oct-07 9:14
mvePIEBALDconsult4-Oct-07 9:14 
AnswerRe: Being more generic Pin
Pete O'Hanlon4-Oct-07 10:37
mvePete O'Hanlon4-Oct-07 10:37 
AnswerRe: Being more generic [modified] Pin
Nissim Salomon4-Oct-07 11:05
Nissim Salomon4-Oct-07 11:05 
QuestionPost blog using C# Pin
Phoen254-Oct-07 8:02
Phoen254-Oct-07 8:02 
AnswerRe: Post blog using C# Pin
Judah Gabriel Himango4-Oct-07 9:13
sponsorJudah Gabriel Himango4-Oct-07 9:13 
AnswerRe: Post blog using C# Pin
Pete O'Hanlon4-Oct-07 10:44
mvePete O'Hanlon4-Oct-07 10:44 
QuestionSlide-down/up Menubar... Pin
hostopolis4-Oct-07 7:25
hostopolis4-Oct-07 7:25 
Questionreading byte[] instead of binary reader Pin
Xmen Real 4-Oct-07 6:38
professional Xmen Real 4-Oct-07 6:38 
AnswerRe: reading byte[] instead of binary reader Pin
Rob Philpott4-Oct-07 7:05
Rob Philpott4-Oct-07 7:05 
GeneralRe: reading byte[] instead of binary reader Pin
Xmen Real 4-Oct-07 14:23
professional Xmen Real 4-Oct-07 14:23 

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.