Using Shmop

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Using Shmop

Post by onion2k »

Shmop looks useful for sharing data between concurrently running scripts .. say for a locking system .. has anyone here actually used it for anything?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I've used it, but have been moving away from it. Mostly due to needing Linux (last I checked) to work.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

feyd wrote:I've used it, but have been moving away from it. Mostly due to needing Linux (last I checked) to work.
Works on OSX too. Well, installing the extension does, I've not actually tried any code using it.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Never used it myself because I develope on a Windows machine, but host almost exlcusively (completely to my knowledge) on Linux servers...

but it would choke on Windows, so I stay away :P
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

host almost exlcusively (completely to my knowledge) on Linux servers...
FreeBSD is pretty common alternative.
Post Reply