Click here to Skip to main content
16,013,489 members
Home / Discussions / C#
   

C#

 
AnswerRe: is an administrator Pin
George L. Jackson8-Dec-06 15:12
George L. Jackson8-Dec-06 15:12 
AnswerRe: is an administrator Pin
likefood8-Dec-06 16:55
likefood8-Dec-06 16:55 
Questionsql transaction Pin
fmardani8-Dec-06 11:28
fmardani8-Dec-06 11:28 
AnswerRe: sql transaction Pin
Not Active8-Dec-06 14:49
mentorNot Active8-Dec-06 14:49 
QuestionQuestion Regarding Dates and Times Pin
Mneme8-Dec-06 11:25
Mneme8-Dec-06 11:25 
AnswerRe: Question Regarding Dates and Times Pin
Guffa8-Dec-06 13:11
Guffa8-Dec-06 13:11 
QuestionMultiple instance program. Pin
RickyRicon8-Dec-06 11:24
RickyRicon8-Dec-06 11:24 
AnswerRe: Multiple instance program. Pin
karam chandrabose8-Dec-06 20:28
karam chandrabose8-Dec-06 20:28 
Hi,
If the paricular operation that is going to be called by multiple users , is going to execute fast, use locking mechanisms available in the system.threading namespace, locking will automatically put all calls in a queue and cater to each request, if that is not enough, you can go with hosting multiple remote objects of the same class (with locking in place) and use handcrafted load balancing and sharing mechanish, this should not be a big problem at all,

Live and let live
QuestionUsing System.Drawing.Printing Pin
fcis20078-Dec-06 10:08
fcis20078-Dec-06 10:08 
QuestionQuestion!!! Pin
nightmare_1128-Dec-06 9:31
nightmare_1128-Dec-06 9:31 
AnswerRe: Question!!! Pin
Eric Dahlvang8-Dec-06 9:42
Eric Dahlvang8-Dec-06 9:42 
AnswerRe: Question!!! Pin
Christian Graus8-Dec-06 9:43
protectorChristian Graus8-Dec-06 9:43 
GeneralRe: Question!!! Pin
Not Active8-Dec-06 14:38
mentorNot Active8-Dec-06 14:38 
AnswerRe: Question!!! Pin
Pete O'Hanlon8-Dec-06 9:54
mvePete O'Hanlon8-Dec-06 9:54 
AnswerRe: Question!!! Pin
dead_link8-Dec-06 9:58
dead_link8-Dec-06 9:58 
GeneralRe: Question!!! Pin
Dan Neely8-Dec-06 10:46
Dan Neely8-Dec-06 10:46 
GeneralRe: Question!!! Pin
likefood8-Dec-06 14:13
likefood8-Dec-06 14:13 
GeneralRe: Question!!! Pin
Dan Neely8-Dec-06 14:17
Dan Neely8-Dec-06 14:17 
GeneralRe: Question!!! Pin
dead_link9-Dec-06 0:22
dead_link9-Dec-06 0:22 
QuestionMultiple-SDI Application Pin
h@s@n8-Dec-06 8:17
h@s@n8-Dec-06 8:17 
AnswerRe: Multiple-SDI Application Pin
Luis Alonso Ramos9-Dec-06 19:23
Luis Alonso Ramos9-Dec-06 19:23 
QuestionUsing reflection to get the instance name of a variable Pin
EddieRich8-Dec-06 8:13
EddieRich8-Dec-06 8:13 
AnswerRe: Using reflection to get the instance name of a variable Pin
Andrew Rissing8-Dec-06 8:35
Andrew Rissing8-Dec-06 8:35 
GeneralRe: Using reflection to get the instance name of a variable Pin
EddieRich8-Dec-06 8:40
EddieRich8-Dec-06 8:40 
GeneralRe: Using reflection to get the instance name of a variable Pin
Not Active8-Dec-06 8:57
mentorNot Active8-Dec-06 8:57 

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.