From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 13 Sep 2005 12:28:31 +0300 From: Victor Forsyuk To: ALT Devel discussion list Message-ID: <20050913092831.GA27549@mail.gu.net> References: <20050911200046.GB19227@lks.home> <20050911211022.GP6899@osdn.org.ua> <20050912142857.GB26606@mail.gu.net> <20050912184551.223b7809.dfo@antex.ru> <20050912151201.GC26606@mail.gu.net> <20050913111831.2c12f544.dfo@antex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20050913111831.2c12f544.dfo@antex.ru> User-Agent: Mutt/1.4.1i Sender: Victor Forsyuk Subject: [devel] litespeed performance X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 09:28:34 -0000 Archived-At: List-Archive: List-Post: On Tue, Sep 13, 2005 at 11:18:31AM +0400, Sergey Pinaev wrote: > On Mon, 12 Sep 2005 18:12:01 +0300 > Victor Forsyuk wrote: > > > > Угу. Производительная. Только что-то в ней нечисто, imho. > > > Не может php работать в ~два раза быстрее под одним httpd > > > чем под другим =) > > > > apachebench Вам в руки! :-)) > > Я не опровергаю, что он быстрый, я подтверждаю. Я просто > удивляюсь этому и не могу понять - откуда может взяться > такой скачок _на php скриптах_. Цитирую форум лайтспида: Вопрос: I'm a bit surprised by the performance advantage Litespeed/FCGI/PHP has over Apache/mod_php as shown in your benchmark. After all, in Apache/mod_php the PHP engine is in-process, while in Litespeed/FCGI/PHP, there's inter-process communication costs between Apache & FCGI. I'd think Apache/mod_php will always be faster for that reason. Do you know what's behind the performance advantage? Ответ: Theoretically, in-process communication should be faster than inter-process communication. I think the reason why litespeed is faster is because it is highly optimized, and apache's inter-module communication is not that efficient.