Displaying 6 results from an estimated 6 matches for "moonbase".
Did you mean:
loopbase
2007 Jan 19
7
fastthread 0.6.2
...''fastthread''
rescue LoadError
end
This way, your program will still work on systems that don''t have (or
don''t need -- e.g. JRuby) fastthread, but you still get a performance
boost on systems where it''s available.
== where?
Gem:
http://moonbase.rydia.net/software/optimized-locking/fastthread-0.6.2.gem
Tarball:
http://moonbase.rydia.net/software/optimized-locking/fastthread-0.6.2.tgz
fastthread is also available on Rubyforge (and therefore the main gems
repository), courtesy of the Mongrel project:
https://rubyforge.org/frs/?group_id=13...
2006 Nov 23
0
fastthread 0.4
...equire ''fastthread'' before you require ''thread''.
Provided you don?t muck with thread.rb?s internals, your code should
work with no additional modification.
0.4 is primarily a robustness/bugfix release. There is both a gem and a
tarball available:
* http://moonbase.rydia.net/software/optimized-locking/fastthread-0.4.gem
* http://moonbase.rydia.net/software/optimized-locking/fastthread-0.4.tgz
-mental
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Th...
2008 Aug 07
1
I think I messed up DirectDraw.
...erfectly before. Now, it does run, but the screen is completely messed up with red squares and messed up graphics. Along with this come a bunch of fixme DirectDraw errors. I get the feeling that the Hype demo overwrote some DirectX stuff or just started messing with things in general. Oddly enough, Moonbase commander (windows XP)still works. Is there some way I can check if my copy of Wine is messed up, and if so, is there a way to fix it?
(using Latest version of Wine in Ubuntu 8.04, if needed)
2007 Jan 04
5
fastthread -- what is it?
Hi,
A quick search didn''t explain what fastthread is, and how it relates
to mongrel. Why would I want to install fastthread?
Thanks,
Joe
2007 Apr 04
13
Mongrel dying daily with Ruby 1.8.6
Hi guys,
I''ve been running mongrel for a while now with Ruby 1.8.4, and last
week upgraded to 1.8.6.
Since upgrading, each morning when I wake up there''s a big problem:
1. Accessing the site returns a "500 Internal Server Error"
2. All the mongrel_rails processes are still running, but none of
them are active (when I run top)
3. Lighttpd and pound are still
2005 Nov 23
8
Compiler OR Obfuscator for RoR applications?
Hi folks,
I''m a newbie in the Ruby land, The Ruby language and RoR looks really
great but I think in my situation there is a problem, we are an ISV
that sells web application and we don''t want our clients see our
source code, I searched the web but couldn''t find any way to compile
and\or obfuscate ruby code (in web (RoR)), is there such tool
available for the language?