search for: gserver

Displaying 4 results from an estimated 4 matches for "gserver".

Did you mean: server
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...EndIf ; Open delivered Applications folder Run "explorer x:" ? "Step 2" ; Add printers according to location ? "Installing your printers ..." ? $wksta = @WKSTA $loc = SubStr($wksta, 1, 3) ; NetAdmin machines If $loc = "NET" AddPrinterConnection("\\GSERVER\lab1prn1") AddPrinterConnection("\\GSERVER\aficio01") AddPrinterConnection("\\GSERVER\Aficio02") AddPrinterConnection("\\ADMSEC01\frontoffice") AddPrinterConnection("\\ADMACAD01\hp laserjet 2100") EndIf ; Labs If $loc = "LAB"...
2007 Nov 07
4
Gracefully stopping EventMachine?
Hello all, I''ve been learning Ruby and playing with a chat server I built using GServer. After into an issue I found with GServer, that no one else seemed to notice (actually, similar to this question, GServer is hard to kill nicely, especially when you want to.), I found references to EventMachine, and rebuilt my server using it. I much prefer EventMachine''s model. The pr...
2004 Aug 06
2
Protocol
jaromil, > > > > wanted to ask again if someone has some online documentation on the > > icecast (or shoutcast) protocol at the socket/data level. > > have a look into MuSE/libmpeg/httpinput.cc (http://muse.dyne.org) > i hope that code can help you figuring out > No actually not. It just makes the connection to the shoutcast/icecast server. I've gotten this
2006 Oct 17
5
Memcached Server - Memory Consumption
I was just testing the memcache server on a Windows box and had set it up as a Windows Service and to my surprise (or my shock really) it was using 47+ meg of ram with no data even loaded in it yet. Has anyone else used the Windows port of memcached for their Rails projects and if so how much ram was it using? Does memcached use less memory on Mac OS X or Linux than Windows? Thanks for any