ab-mruby is a HTTP Benchmark and Test Framework

2013-06-20 Thread MATSUMOTO Ryosuke
-r/ab-mruby I'd like to get your thoughts on it. Best regards, -- MATSUMOTO Ryosuke < matsu1229 at gmail.com > http://blog.matsumoto-r.jp/

mod_mruby to provide an alternative to mod_lua

2013-01-20 Thread MATSUMOTO Ryosuke
about mod_mruby in my blog (Sorry Japanese) http://blog.matsumoto-r.jp/ So, How do you feel about mod_mruby? I would appreciate it if you could give me your opinion. I'll attend ApacheCon NA 2013 and I'm looking forward to seeing apache developers! Best regards, -- MATSUMOTO Ryosuke < mats

add log_transaction phase for mod_lua

2012-03-30 Thread MATSUMOTO Ryosuke
Hi, all I wrote a patch to provide a hook for the log_transaction phase of request processing for mod_lua in apache 2.4.1. patch url https://github.com/matsumoto-r/release-code/blob/master/PATCH/log_transaction_mod_lua_for_apache2.4.1.patch regards, -- MATSUMOTO Ryosuke < matsu1229

Re: Apache 2.4.1 Throughput compared with nginx

2012-02-29 Thread MATSUMOTO Ryosuke
aoyuan.com/category/c10k/ >> Were the Event_MPM configuration parameters somewhere close to optimal? >> >> Regards, >> Bing >> >> >> Jim Jagielski [mailto:j...@jagunet.com] wrote on 2012年2月24日 20:57 >>> >>> w00t!!! >>> >>

Apache 2.4.1 Throughput compared with nginx

2012-02-23 Thread MATSUMOTO Ryosuke
Hi all, I evaluated the throughput of Apaceh 2.4.1. I compared apache(2.4.1, 2.2.3) with nginx. I used httperf benchmark 0.9.0 to measure thethroughput. http://blog.matsumoto-r.jp/?p=1812 I feel bad about writing this article in Japanese in my hurry ;) Regards, -- MATSUMOTO Ryosuke

Access tuning module "mod_vlimit"

2011-05-26 Thread MATSUMOTO Ryosuke
Hi all, This is MATSUMOTO Ryosuke. I am apache module developer in Japan. My best access tuning module is "mod_vlimit". mod_vlimit allows “Apache HTTP Server” administrators to limit the number of simultaneous connections(ex, perl php)  from all clients to the file or directory. Mod

Access tuning module "mod_vlimit"

2011-05-26 Thread MATSUMOTO Ryosuke
Hi all, This is MATSUMOTO Ryosuke. I am apache module developer in Japan. My best access tuning module is "mod_vlimit". mod_vlimit allows “Apache HTTP Server” administrators to limit the number of simultaneous connections(ex, perl php)  from all clients to the file or directory. Mod

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
How do you configure "KeepAliveTimeout"? KeepAliveTimeout value is 15(sec) as default. The number of seconds Apache will wait for a subsequent request before closing the connection. 2011/5/26 MATSUMOTO Ryosuke > GracefulShutdownTimeout valiue is zero as defualt. > > Setting

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
right? > > 2011/5/26 MATSUMOTO Ryosuke : > > Hi, > > How do you configure "GracefulShutdownTimeout"? > > 2011/5/26 Petr Hracek > >> > >> Dear developers, > >> > >> My situation is following: > >> In my Apache2 running

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
Hi, How do you configure "GracefulShutdownTimeout"? 2011/5/26 Petr Hracek > Dear developers, > > My situation is following: > In my Apache2 running in prefork mode I have following situation. > > Whole pages (except loging page) are run over https (port 443) and > authentication is done over my