Displaying 4 results from an estimated 4 matches for "rmemcache".
Did you mean:
memcache
2006 Feb 23
1
Utilizing the internet module
...are...
2) What's the appropriate way to link against them? On Linux x86, I can
do this with the Makevars:
PKG_LIBS=$(R_HOME)/modules/internet$(SHLIB_EXT)
but that doesn't work on Mac OS X 10.3.9 powerpc G4:
gcc -bundle -flat_namespace -undefined suppress -L/sw/lib
-L/usr/local/lib -o rmemcache.so rmemcache.o
/Users/hornerjr/src/R-2.2.1/modules/internet.so -lcc_dynamic
-L/Users/hornerjr/src/R-2.2.1/lib -lR
ld: /Users/hornerjr/src/R-2.2.1/modules/internet.so is input for the
dynamic link editor, is not relocatable by the static link editor again
Thanks in advance,
--
Jeffrey Horner...
2005 Dec 15
5
Rails vs. J2EE: Sharing state in memory?
Hi,
I am from a Java background and pretty new to Ruby and Rails.
What I am wondering is how I would shared state accross requests and users
without involving IO, i.e. use memory.
My current understanding is that for each request a new process ist spawn
and therefore it gets its own memory. So no sharing can take place between
requests?
Do I understand this right? For those who know
2006 Aug 24
10
MongrelCluster - How can I make a request to a specific mongrel instance?
In our app we''ve a number of singleton ruby classes that cache static data
in hashes, things like
string values, system config params, etc). In a webbrick environment this
works ok, but we find
in production we have a problem because we have 4 caches, one for each
mongrel instance.
This also isn''t a BIG problem, but our cache.reload() methods are kinda
useless now, because
we
2006 Jul 29
29
Dynamically generating 10k pages per second
Hi,
Anyone got an idea of how many web and database servers I''d need to
push out 10,000 dynamic pages per second? Fairly simple pages and
database queries. I''d appreciate recommendations for hardware.
The clients for this project are anticipating large amounts of burst traffic.
Joe