![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
here is the scenario: I have windows service and "standard" windows forms applications. what kind of methods there is to share data between those applications? Applications will be in same machine, so any remoting is futile. |
#3
| |||
| |||
|
|
here is the scenario: I have windows service and "standard" windows forms applications. what kind of methods there is to share data between those applications? Applications will be in same machine, so any remoting is futile. Are there similar stuff like shared memories in linux in .Net framework? I would like to chance just some numeric data between applications and if possible send objects. How could this be done? Thanks for your efforts. Best regards Ville Pirhonen |
#4
| |||
| |||
|
|
You could also use DDE or shared memory. But, you'll need to look into the Platform SDK and use Platform Invocation. Remoting is probably the nicest way to go unless you need to work on lots of data and need the extra performance that shared memory could give. -mike MVP "Ville Pirhonen" <ville.pirhonen (AT) profimill (DOT) com> wrote in message news:OXaU40IQDHA.3088 (AT) TK2MSFTNGP10 (DOT) phx.gbl... here is the scenario: I have windows service and "standard" windows forms applications. what kind of methods there is to share data between those applications? Applications will be in same machine, so any remoting is futile. Are there similar stuff like shared memories in linux in .Net framework? I would like to chance just some numeric data between applications and if possible send objects. How could this be done? Thanks for your efforts. Best regards Ville Pirhonen |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |