php-windows Digest 22 Oct 2009 09:27:02 -0000 Issue 3713

Topics (messages 29664 through 29668):

benchmark tool php-cgi.exe (fastcgi vs isapi vs cgi)
        29664 by: loki

how to close php-cgi application
        29665 by: loki
        29666 by: Pierre Joye
        29667 by: loki

Re: Enchant packaging issue.
        29668 by: Pierre Joye

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
Hello,

i build a tool to benchmark FasCGI (using namedpipe)
FastCgi (using socket)
Isapi
CGI

the tool (and the source code) can be downloaded here: http://www.sourceforge.com/projects/alcinoe/
go in demo => ALPhpRunnerDemo.exe

below the result, under windows :

NamedPipeFastCgi: 931.32 request/second
Isapi: 950.8 request/second
SocketFastCgi: 694.89 request/second
Cgi: 0.91 request/second


--
stephane

Http://www.arkadia.com/fra/
Http://www.arkadia.com/usa/
Http://www.arkadia.com/rus/

--- End Message ---
--- Begin Message ---
Hello,

What is the good way to close php-cgi.exe application when it's was launch as an FastCGI ? i use _FCGI_SHUTDOWN_EVENT_ but it's not look like to close the php-cgi.exe...

also i their a more "core developpement" group where i can ask such question?

tanks you by advance


--
stephane

Http://www.arkadia.com/fra/
Http://www.arkadia.com/usa/
Http://www.arkadia.com/rus/
--- End Message ---
--- Begin Message ---
hi,

The PHP Internal mailing list.

Cheers,

On Mon, Oct 19, 2009 at 8:50 PM, loki <loki5100-newsgr...@yahoo.fr> wrote:
> Hello,
>
> What is the good way to close php-cgi.exe application when it's was launch
> as an FastCGI ?
> i use _FCGI_SHUTDOWN_EVENT_ but it's not look like to close the
> php-cgi.exe...
>
> also i their a more "core developpement" group where i can ask such
> question?
>
> tanks you by advance
>
>
> --
> stephane
>
> Http://www.arkadia.com/fra/
> Http://www.arkadia.com/usa/
> Http://www.arkadia.com/rus/
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

--- End Message ---
--- Begin Message --- but unfortunatly it's look like we can not post in it via nntp or http gateway :(

stephane


"Pierre Joye" <pierre....@gmail.com> wrote in message news:fe05d1540910191156u3a781162j1eb3506c1fe1d...@mail.gmail.com...
hi,

The PHP Internal mailing list.

Cheers,

On Mon, Oct 19, 2009 at 8:50 PM, loki <loki5100-newsgr...@yahoo.fr> wrote:
Hello,

What is the good way to close php-cgi.exe application when it's was launch
as an FastCGI ?
i use _FCGI_SHUTDOWN_EVENT_ but it's not look like to close the
php-cgi.exe...

also i their a more "core developpement" group where i can ask such
question?

tanks you by advance


--
stephane

Http://www.arkadia.com/fra/
Http://www.arkadia.com/usa/
Http://www.arkadia.com/rus/

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
Pierre

http://blog.thepimp.net | http://www.libgd.org


--- End Message ---
--- Begin Message ---
hi,

The latest RC for 5.3.1 or the snaps have now the right DLLs included.
The installer also installs enchant and its DLLs.

Cheers,

On Thu, Oct 15, 2009 at 12:23 PM, Richard Quadling
<rquadl...@googlemail.com> wrote:
> Hi.
>
> Has this extension been changed to use differently named external libraries.
>
> Previously in V5.3.2-dev, php_enchant.dll was working with ...
>
> libglib-2.0.0-0.dll
> libgmodule-2.0-0.dll
>
> This is no longer the case.
>
> I've had to copy (not rename - see below) these to
>
> glib-2.dll
> gmodule-2.dll
>
> to get enchant to work again.
>
> What is odd, in looking through my dependency viewer...
>
> C:\PHP5\ext\PHP_ENCHANT.DLL requires C:\PHP5\PHP5.DLL and 
> C:\PHP5\LIBENCHANT.DLL
>
> Nothing wrong so far.
>
> C:\PHP5\LIBENCHANT.DLL requires C:\PHP5\GLIB-2.DLL and C:\PHP5\GMODULE-2.DLL
>
> This is where the change has happened.
>
> BUT...
>
> C:\PHP5\GMODULE-2.DLL requires C:\PHP5\LIBGLIB-2.0-0.DLL
>
> So I've now got 2 identical versions of LIBGLIB-2.0-0.DLL loaded (via
> different names).
>
> As I'm on windows, I can't have a unix style link for the name.
>
>
> Renaming C:\PHP5\LIBGLIB-2.0-0.DLL to C:\PHP5\LIBGLIB-2.0-0.DLLORG
> generates the usual error regarding missing libraries.
>
> See 
> http://pearl.slingfile.com/dl/78ce6dbf23973ba2c40a794a3e30f8b5/4ad6e20c/hd1/sf/uploads/image/223787/LibEnchant%20Issue.png
> for screenshot
>
>
> Regards,
>
> Richard.
>
> --
> -----
> Richard Quadling
> "Standing on the shoulders of some very clever giants!"
> EE : http://www.experts-exchange.com/M_248814.html
> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
> ZOPA : http://uk.zopa.com/member/RQuadling
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

--- End Message ---

Reply via email to