Displaying 7 results from an estimated 7 matches for "nopthreads".
Did you mean:
iothreads
2006 Mar 20
7
FreeBSD Performance Tip
...FreeBSD was maybe pushing 23 req/sec.
Pathetic.
I managed to tweak the thread model in Mongrel and get FreeBSD up to about
210 req/sec but still that wasn''t nearly good enough.
Then I found the secret. FreeBSD has two versions of Ruby in the ports
directory: lang/ruby18 and lang/ruby18-nopthreads.
Using the nopthreads version of Ruby immediately gave me 740 req/sec without
any changes to Mongrel. I have no idea what Ruby is doing in the pthreads
version (or why in the hell a thread library based on select *also* uses
pthreads), but this simple change completely solved all my performance
p...
2006 Aug 02
2
Mongrel crashes whenever an exception is raised
Hi all,
I have a rails app running on mongrel on freebsd using mongrel 0.3.13.3 with
ruby 1.8.4.
Mongrel dies every time the application generates an exception. I have the
same setup running on a linux box without any problems.
Mongrel crashes with the following error:
Bus error (core dumped)
And the following message in /var/log/message
kernel: pid 57638 (ruby), uid 0: exited on signal 10
2006 Aug 17
1
How to improve my response speed?
I recently found my web application responses very slowly:
When the address has been inputed in the browser locally,I can see in
the console that Webrick or Mongrel will have no information output for
about 7-10 seconds,and after this wait, then the javascripts are started
to be downloaded and then the controller start to response.What is the
most possible one that lead to this 7-10
2006 Mar 27
24
Mongrel Web Server 0.3.12 -- Pre-Release
...les, and request params between each request. Try mongrel_rails start -B
and look in log/mongrel_debug.
* The Rails specific components are now in Mongrel::Rails modules.
* More examples using the Mongrel::Configurator.
* Dramatic speed improvements on FreeBSD, especially if you install the
ruby18-nopthreads version.
* Slight speed improvements on Mac OSX. OSX is like shoving a slug through
a cheese grater. What''s wrong with Apple?
* Platforms that can install ruby-sendfile will get an estimated 20% speed
boost in static file serving. This is currently FreeBSD, Linux, and
Solaris.
* Lots of...
2006 Feb 01
1
Bus error when running Hieraki
I have been trying to set up Hieraki 2.0.1 and I cannot seem to
get it running. I am running on FreeBSD 5.4, Ruby 1.8.4,
Apache 2.0.55, Mysql 4.1.16, ruby-mysql 2.7, mod_scgi 1.9,
scgi_rails 4.3 and Rails 1.0. I can start up the wiki, get
it to display the home page, and when I click on the signup link
the signup form displays. When I fill in the signup form and
click the signup button, the
2006 Mar 27
2
Mongrel Web Server 0.3.12 -- Pre-Release
...les, and request params between each request. Try mongrel_rails start -B
and look in log/mongrel_debug.
* The Rails specific components are now in Mongrel::Rails modules.
* More examples using the Mongrel::Configurator.
* Dramatic speed improvements on FreeBSD, especially if you install the
ruby18-nopthreads version.
* Slight speed improvements on Mac OSX. OSX is like shoving a slug through
a cheese grater. What''s wrong with Apple?
* Platforms that can install ruby-sendfile will get an estimated 20% speed
boost in static file serving. This is currently FreeBSD, Linux, and
Solaris.
* Lots of...
2006 Jul 19
30
I am a newbie and I would like some help deciding what operating system
I would like first to introduce my self to the community. I am Steve
Beyer and I am interested in learning Ruby, ROR, and how to set up a
production server. I am going to use OSX for my client/developement
system but I would like to get some advice on what operating system
you would recommend for a production server. I want to use Mongrel
to start and then move up the ladder as my