NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP server app

felix zaslavskiy felix at bebinary.com
Sun Apr 4 12:53:24 EDT 2004



>>
>> There is nothing that techincaly stops php being used that way.
>> There is sockets api's extensions. I dont know which is most stable
>> though.
>>
>> Memory leaks may be a problem.  You can certainly do it but be prepared
>> to
>> restart the thing daily.
>
> The main issue with people having to restart is that they are not
> utilizing posix functions.
> http://us3.php.net/manual/en/ref.posix.php and are trying to run an app in
> linear mode vs forked mode
> (such as how apache and mysql run).
> Anyway, PHP works just fine for a server apps, it not the "preferred"
> choice for most, but for me, I like it.
> -Joel De Gan

Ok what you saying is to use a forking server.
Can you say why specificaly why non-forking server is bad ?
Is it because the thread support is not as good ?

-- 
Felix Zaslavskiy
http://www.zaslavskiy.net

>From hans not junk at nyphp.com  Sun Apr  4 14:20:20 2004
Return-Path: <hans not junk at nyphp.com>
Received: from ehost011-1.exch011.intermedia.net (unknown [64.78.21.3])
	by virtu.nyphp.org (Postfix) with ESMTP id 197F0A85F7
	for <talk at lists.nyphp.org>; Sun,  4 Apr 2004 14:20:20 -0400 (EDT)
X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Sun, 4 Apr 2004 11:20:18 -0700
Message-ID: <41EE526EC2D3C74286415780D3BA9F870132C3BA at ehost011-1.exch011.intermedia.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Authorize.Net's AIM
Thread-Index: AcQacXvvrQG/uGdCToaB84cpzkMKKg==
From: "Hans Zaunere" <hans not junk at nyphp.com>
To: "NYPHP Talk" <talk at lists.nyphp.org>
Subject: [nycphp-talk] Authorize.Net's AIM
X-BeenThere: talk at lists.nyphp.org
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: NYPHP Talk <talk at lists.nyphp.org>
List-Id: NYPHP Talk  <talk.lists.nyphp.org>
List-Unsubscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=unsubscribe>
List-Archive: <http://lists.nyphp.org/pipermail/talk>
List-Post: <mailto:talk at lists.nyphp.org>
List-Help: <mailto:talk-request at lists.nyphp.org?subject=help>
List-Subscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=subscribe>
X-List-Received-Date: Sun, 04 Apr 2004 18:20:20 -0000


Hi all,

There are loads of Authorize.Net AIM scripts out there - some free, and
some commercial.  Not being able to find really want I wanted, and not
willing to shell out money for a script I've never seen the code of,
I'll be writing my own.

My implementation will be that of a freely available PCOM
(http://pcoms.net) and I wanted to ping this list to get some feedback.
For those that have used existing Authorize.Net scripts, what has been
lacking?  What are good points; bad points?  After I'm finished with the
PCOM and it's operational, I'll post the code to http://pcomd.net so
that anyone is welcome to use it.

---
Hans Zaunere
President
New York PHP
http://nyphp.org





More information about the talk mailing list