Displaying 9 results from an estimated 9 matches for "gwang".
Did you mean:
wang
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
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 Nov 10
1
[SEC] Latest LiteSpeed ruby-lsapi does not vulnerable to the cgi.rb 99% CPU DoS attack
Hi,
First, my thanks to Zed for including LiteSpeed in cgi.rb vulnerability
report. Appreciated!
I just got time to review ruby-lsapi code and test the vulnerability
against LiteSpeed.
I found that, in our latest ruby-lsapi release 1.11, lsapi_read()
function returns Qnil when the end of request body has been reached. So,
in theory, LiteSpeed should not be vulnerable to this attack.
Our test
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 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
2004 Aug 11
1
Observation error in arima
Hi,
Does anyone know how to include observation errors in the arima of R. I read the manual and tried the example codes, but did not find the solution. From the outputs of the components "model", it seems to me that the default setting of the arima does not include the observational error in the fitting. Am I right on this one? Thanks in advance.
Sincerely,
Guiming Wang
Natural
2006 Aug 23
0
Ruby LSAPI 1.6
Hi,
We 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
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
2006 Aug 04
1
Ruby LSAPI extension release 1.4
Hi,
I am glad to announce that Ruby LSAPI extension 1.4 is released, in this
release we mainly addressed two issues, one is that a worker process
does not remain persistent if a request has been canceled in the middle,
this is addressed in 1.4. Another one is that process manager may create
a lot more worker processes than the value configured when there were
too many canceled requests, which