search for: litespeedtech

Displaying 11 results from an estimated 11 matches for "litespeedtech".

2006 Jul 24
22
which webserver to use in production?
Apologies in advance if this ignites a war of comflicting opinions.... I''m a few days away from going live with my first RoR application. It is completely database centric and each user will have his own queries so cacheing will not really help. I have a dedicated linux server being built by my hosting provider and I need to tell them which webserver to use. The databse is MySQL
2006 Aug 26
5
LiteSpeed Web Server 2.2 with Ruby Rails integration....
....2 release, you only need to tell LSWS the Rail application''s root directory and URL bind paths. LSWS will take care of everything else. No more manual configuring of FCGI, 404 handler/rewrite rules, proxy, load balancing, and etc. Our new wiki for Rails Easy configuration: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ruby_rails_easy We believe we have created the easiest way to deploy Rails in a production level environment with a track-record for scalability and reliability. Best Regards, Xing Li http://www.litespeedtech.com/ -- Posted via http://www.ruby-forum...
2006 Jul 19
0
Toturial on Rails + LiteSpeed LSAPI
Hi, This message might be helpful for people who is using or plan to use LiteSpeed web server together with Rails. We posted two tutorials in our WIKI regarding Rails + LiteSpeed configuration. One is Rails + LiteSpeed API, another one is mongrel + LiteSpeed proxy. http://www.litespeedtech.com/community/wiki/doku.php?id=litespeed_wiki:ruby_rails http://www.litespeedtech.com/community/wiki/doku.php?id=litespeed_wiki:ruby_rails_mongrel We highly recommend Rails + LiteSpeed API to Rails hosting providers. It has a better solution to a big problem that cannot be well solved in other set...
2007 Oct 24
28
random cpu spikes, EBADF errors
In May I had problem with mongrels suddenly consuming huge cpu resources for a minute or two and then returning to normal (load average spikes up to 3.8and then back down to a regular 0.2 over the course of 5 minutes, then again 1/2 hour later. or 4 hours later, no predictable rhythm). I posted to Litespeed forums because I thought the problem was there but didn''t get far. And a week
2006 Aug 17
0
Ruby LSAPI extension 1.5
Hi, We released Ruby LSAPI extension 1.5 to address a bug introduced in 1.4 that may cause small post requests blocking. If you are using LiteSpeed + Ruby LSAPI, please upgrade. Best Regards, -- George Wang LiteSpeed Web Server http://www.litespeedtech.com/
2006 Aug 23
0
Ruby LSAPI 1.6
...released Ruby LSAPI 1.6 today to address a issue that some ruby processes can only be terminated with SIGKILL (-9). This is due to conflicts in signal handler between LSAPI and ruby. Upgrade is highly recommended for existing user of Ruby LSAPI + LiteSpeed. Best Regards, -- George Wang http://www.litespeedtech.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, s...
2006 Nov 10
0
LiteSpeed + Capistrano How-to.
Hi, For those who are waiting for our tutorial on LiteSpeed + Capistrano deployment in a Rails App cluster, please take a look at http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:capistrano Basically, you need to setup sudo permissions and add sudo "#{lsws_cmd} restart" to deploy.rb of your Rails application. Best Regards, George Wang --~--~---------~--~----~------------~-------~--~----~ You received this message...
2006 Aug 04
1
Ruby LSAPI extension release 1.4
...;= 0, the child process will wait indefinitely. This option helps getting rid of idle children processes. Ruby LSAPI extension is a Ruby extension which implements the highly optimized LiteSpeed API protocol between Ruby and LiteSpeed Server. The new release is available for download at http://www.litespeedtech.com/products/lsapi/ Gem package will be available shortly after. If you want the best performance out of RubyOnRails with the least configuration complexity, give Ruby + LSAPI as try. Best Regards, George Wang
2006 Jun 18
4
MongrelDay Documentation -- Memoirs Of A Web Server
Happy RailsDay! While everyone else was out having fun with RailsDay I spent my time wisely and wrote up tons of documentation for Mongrel and cleaned out some of the docs I''ll never write anyway. I also took the time to apply some nice patches from Jonas Pfenniger for easily setting up redirects in Mongrel. Some of the highlighted documents people will be interested in are: *
2006 Aug 24
10
Invalid HTTP format, parsing fails
Hi, I am having a bit of a problem with my app that is using mongrel. For a particular vendor we use, they are generating links that look like:
2006 Sep 25
5
Ruby LSAPI 1.9 + LSWS 2.2.2
Hi, If you have been using or evaluating LiteSpeed web server + Ruby LSAPI setup for Rails application, please make sure your are using the latest release, Ruby LSAPI 1.9 and LSWS 2.2.2. We have been fixing a few bugs that causes DB connection errors, incompatibilities with WEBrick/Mongrel and ruby process management issues, currently, all bug reported has been addressed in timely manner and