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

.NET (Core and Framework)

 
GeneralGames Pin
monn25-Jul-04 19:43
monn25-Jul-04 19:43 
GeneralRe: Games Pin
Heath Stewart28-Jul-04 11:39
protectorHeath Stewart28-Jul-04 11:39 
GeneralType Description at runtime Pin
TimMahy25-Jul-04 2:44
TimMahy25-Jul-04 2:44 
GeneralRe: Type Description at runtime Pin
mav.northwind25-Jul-04 3:36
mav.northwind25-Jul-04 3:36 
GeneralProblem whit crystal report Pin
kings_124-Jul-04 1:23
kings_124-Jul-04 1:23 
GeneralRe: Problem whit crystal report Pin
rabih_kai24-Jul-04 2:36
rabih_kai24-Jul-04 2:36 
Question"Network" Mutex? Pin
RFID Chris23-Jul-04 12:58
RFID Chris23-Jul-04 12:58 
AnswerRe: "Network" Mutex? Pin
mav.northwind25-Jul-04 3:42
mav.northwind25-Jul-04 3:42 
To implement such a thing like a mutex without direct operating system support (and as far as I know there is no such thing as a network-wide mutex in windows) you need an atomic operation that cannot be interrupted by any computer in the network.

Traditionally, a lock file was used to perform such a mutual exclusion.
The client trying to aquire the mutex tries to create a file on a common path.
If the file can be created then the client holds the mutex as long as he doesn't delete the lock file and for all the other client the creation of the file will fail, since it already exists.

Might not be failsafe in every constellation but usually works well enough.

mav
GeneralRe: "Network" Mutex? Pin
RFID Chris26-Jul-04 9:10
RFID Chris26-Jul-04 9:10 
GeneralRe: "Network" Mutex? Pin
driveradviser28-Jul-04 12:10
driveradviser28-Jul-04 12:10 
GeneralWebRequest with cookie Pin
kensai21-Jul-04 9:06
kensai21-Jul-04 9:06 
GeneralRe: WebRequest with cookie Pin
Heath Stewart28-Jul-04 12:49
protectorHeath Stewart28-Jul-04 12:49 
Generalinstalling a .net program on a client machine without installing the whole .net framework Pin
bogdaan21-Jul-04 7:12
bogdaan21-Jul-04 7:12 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
Carl Mercier21-Jul-04 10:28
Carl Mercier21-Jul-04 10:28 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
softp_vc21-Jul-04 22:09
softp_vc21-Jul-04 22:09 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
bogdaan22-Jul-04 2:31
bogdaan22-Jul-04 2:31 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
softp_vc22-Jul-04 17:25
softp_vc22-Jul-04 17:25 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
mav.northwind24-Jul-04 2:30
mav.northwind24-Jul-04 2:30 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
fo0lish24-Jul-04 7:09
fo0lish24-Jul-04 7:09 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
mav.northwind24-Jul-04 23:33
mav.northwind24-Jul-04 23:33 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
fo0lish25-Jul-04 10:49
fo0lish25-Jul-04 10:49 
GeneralAborting a Webservice SYNC call... Pin
Bertrand Boichon21-Jul-04 6:16
Bertrand Boichon21-Jul-04 6:16 
QuestionObscure exception? Pin
Carl Mercier21-Jul-04 3:54
Carl Mercier21-Jul-04 3:54 
AnswerRe: Obscure exception? Pin
Anonymous29-Jul-04 22:18
Anonymous29-Jul-04 22:18 
GeneralRe: Obscure exception? Pin
Carl Mercier30-Jul-04 9:52
Carl Mercier30-Jul-04 9:52 

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.