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
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 matsu1229 at gmail.com

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
/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!!! On Feb 23, 2012, at 5:26 PM, MATSUMOTO Ryosuke wrote: Hi all, I evaluated the throughput of Apaceh 2.4.1. I compared

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 matsu1229

Re: Modules needing the approval of modules-dev@httpd.apache.org

2011-11-24 Thread MATSUMOTO Ryosuke
Just now, I submitted my module. Please check it. When submitted my module, it shows accurately on Manage your Modules page. 2011/11/25 Gavin McDonald ga...@16degrees.com.au: -Original Message- From: MATSUMOTO Ryosuke [mailto:matsu1...@gmail.com] Sent: Wednesday, 23 November 2011 4

Re: basic example shared memory code

2011-11-22 Thread MATSUMOTO Ryosuke
be appreciated because i'm very very confused and stuck about shared memory concepts. I just need a basic example code snippet The example module from: http://www.codemass.com/mod_shm_counter/ helped me a lot understanding the basic concepts of the apr shared memory functions. -- MATSUMOTO

Re: Modules needing the approval of modules-dev@httpd.apache.org

2011-11-22 Thread MATSUMOTO Ryosuke
Sorry for delay, can't seem to find it currently, give me another day or two to check things out. OK. If you can't find submitted module, I will submit it again. regard, 2011/11/22 Gavin McDonald ga...@16degrees.com.au: -Original Message- From: MATSUMOTO Ryosuke [mailto:matsu1

Modules needing the approval of modules-dev@httpd.apache.org

2011-11-21 Thread MATSUMOTO Ryosuke
of modules-dev@httpd.apache.org mod_process_security - This module is a suEXEC module for CGI and DSO using thread. Improvement of mod_ruid2(vulnerability) and suEXEC(performance). regards, -- MATSUMOTO Ryosuke matsu1229 at gmail.com http://blog.matsumoto-r.jp/

apache module registry is working?

2011-11-16 Thread MATSUMOTO Ryosuke
Hi, all I submitted my module to apache module registry on 5 days ago, but response is nothing yet. The site is woking now? Submitted module name is mod_process_security. regards,

Re: PHP script is running very slowly when using Apache PHP module

2011-10-20 Thread MATSUMOTO Ryosuke
are subject to the terms and conditions expressed in the governing GOS Networks agreement. -- Vincenzo D'Amore email: v.dam...@gmail.com msn: free...@hotmail.com skype: free.dev mobile: +39 349 8513251 -- MATSUMOTO Ryosuke matsu1229 at gmail.com http://blog.matsumoto-r.jp/

Re: log request before and after filters

2011-10-15 Thread MATSUMOTO Ryosuke
+responses before and after other filters have been invoked? You mean like mod_diagnostics? -- Nick Kew -- MATSUMOTO Ryosuke matsu1229 at gmail.com http://blog.matsumoto-r.jp/

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
Hi, How do you configure GracefulShutdownTimeout? 2011/5/26 Petr Hracek phrac...@gmail.com 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

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
as default is OK, right? 2011/5/26 MATSUMOTO Ryosuke matsu1...@gmail.com: Hi, How do you configure GracefulShutdownTimeout? 2011/5/26 Petr Hracek phrac...@gmail.com Dear developers, My situation is following: In my Apache2 running in prefork mode I have following situation. Whole pages

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 matsu1...@gmail.com GracefulShutdownTimeout valiue is zero as defualt. Setting

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_vlimit do

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_vlimit do