Click here to Skip to main content
15,888,109 members
Home / Discussions / C#
   

C#

 
AnswerRe: Label control that set the focus to the related Textbox on the mousehover event Pin
Martin#14-Jan-10 9:48
Martin#14-Jan-10 9:48 
QuestionRichTextBox - Text Pin
dataminers25-Dec-09 1:35
dataminers25-Dec-09 1:35 
AnswerRe: RichTextBox - Text Pin
santhosh-padamatinti26-Dec-09 7:17
santhosh-padamatinti26-Dec-09 7:17 
GeneralRe: RichTextBox - Text Pin
dataminers29-Dec-09 22:45
dataminers29-Dec-09 22:45 
QuestionDisplay user control in place of default tooltip Pin
billu 225-Dec-09 1:16
billu 225-Dec-09 1:16 
AnswerRe: Display user control in place of default tooltip Pin
Abhijit Jana25-Dec-09 1:42
professionalAbhijit Jana25-Dec-09 1:42 
GeneralRe: Display user control in place of default tooltip Pin
billu 225-Dec-09 1:53
billu 225-Dec-09 1:53 
QuestionSynchronisation in Multi Server environment Pin
c0der200925-Dec-09 1:11
c0der200925-Dec-09 1:11 
I have a process which can be run from any number of servers. All of them access the same database. How do I synchronize the severs data access?

Here are the details.

My common database server has a table T1. It has columns C1, C2 and C3.

My process has the following steps.
1. Read T1 table.
2. If there is any row with value V1 for C1, wait in a loop and go to step-1.
3. If there are no such rows, insert a row with V1 for C1 and appropriate values for the rest of the columns.
4. Start my business logic.
5. Once the business logic is complete, delete the row entered in step-3.

Now the same process runs from different servers. So there is a chance that 2 or more processes will do steps 1 and 2 simultaneously and might end up creating 2 or more rows with V1 value for C1. I don't want that to happen. How will I make sure only once process can perform steps 1 and 2 at a time? I can not use lock and monitor to synchronize the access as I am running from different process spaces.

How do I do it then?
AnswerRe: Synchronisation in Multi Server environment Pin
Jimmanuel25-Dec-09 7:07
Jimmanuel25-Dec-09 7:07 
GeneralRe: Synchronisation in Multi Server environment Pin
c0der200925-Dec-09 20:36
c0der200925-Dec-09 20:36 
GeneralRe: Synchronisation in Multi Server environment Pin
Jimmanuel26-Dec-09 2:35
Jimmanuel26-Dec-09 2:35 
GeneralRe: Synchronisation in Multi Server environment Pin
c0der200927-Dec-09 18:14
c0der200927-Dec-09 18:14 
GeneralRe: Synchronisation in Multi Server environment Pin
Jimmanuel28-Dec-09 0:51
Jimmanuel28-Dec-09 0:51 
Questionis there any binary to decimal convertor class Pin
hotthoughtguy25-Dec-09 0:15
hotthoughtguy25-Dec-09 0:15 
Answerrepost Pin
Luc Pattyn25-Dec-09 1:19
sitebuilderLuc Pattyn25-Dec-09 1:19 
GeneralRe: repost Pin
#realJSOP25-Dec-09 22:51
mve#realJSOP25-Dec-09 22:51 
GeneralRe: repost Pin
dan!sh 25-Dec-09 23:02
professional dan!sh 25-Dec-09 23:02 
QuestionAccess the path geometry using C# Pin
sajib_bd24-Dec-09 21:22
sajib_bd24-Dec-09 21:22 
AnswerRe: Access the path geometry using C# Pin
Abhinav S25-Dec-09 0:12
Abhinav S25-Dec-09 0:12 
QuestionTable in tooltip Pin
billu 224-Dec-09 19:35
billu 224-Dec-09 19:35 
AnswerRe: Table in tooltip Pin
NarendraSinghJTV25-Dec-09 22:28
NarendraSinghJTV25-Dec-09 22:28 
QuestionCatchy title needed Pin
Yosh_24-Dec-09 9:54
professionalYosh_24-Dec-09 9:54 
AnswerRe: Catchy title needed Pin
OriginalGriff24-Dec-09 10:22
mveOriginalGriff24-Dec-09 10:22 
AnswerRe: Catchy title needed Pin
CoderGirl4224-Dec-09 10:53
CoderGirl4224-Dec-09 10:53 
AnswerRe: Catchy title needed Pin
darkelv24-Dec-09 14:01
darkelv24-Dec-09 14:01 

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.