bah.interprocess

BlitzMax Forums/Brucey's Modules/bah.interprocess

dmaz(Posted 2011) [#1]
is it still possible to get bah.interprocess? I can't find it in Brucey's boost package.


Htbaa(Posted 2011) [#2]
http://maximus.htbaa.com/module/bah/interprocess (this is a dev snapshot from the SVN trunk)


dmaz(Posted 2011) [#3]
Awesome thanks... I forgot about Maximus.


Htbaa(Posted 2011) [#4]
Thanks, I should bring it a more under the attention. Thanks for the donation by the way, helps keeping to keep the service running.


Schnuff(Posted 2013) [#5]
Since I stumbled across this post using google,
the "bah.interprocess"-module can still be found on the svn-server.

Even if it dosn't list this module in the "browse" feature of the web-interface.

Here is a complete overview which modules are currently hosted by the project "maxmods".
http://maxmods.googlecode.com/svn/trunk/

To "download" a project you have to use svn, the comandline looks like:
svn checkout http://maxmods.googlecode.com/svn/trunk/<project you want to download>
ex.:
svn checkout http://maxmods.googlecode.com/svn/trunk/interprocess.mod


UNZ(Posted 2013) [#6]
Hi,
I have a problem with interprocess since I reinstalled windows and set up mingw and stuff.
The named mutex example works quite well. unless one tries to start both executables simultaneously. I get an error then:



You get this message as well when you don't free the mutex correctly with
TNamedMutex.Remove(mutexname)
(eg. if you kill the running process)

So it looks like the second mutex can't handle that there is another one. Little bit useless that way, isn't it...

bye