NYCPHP Meetup

NYPHP.org

[nycphp-talk] OT: NYC area Mac repairs

leam leam at reuel.net
Thu May 13 21:16:33 EDT 2004


keith at keithjr.net wrote:
> I agree with the apple store, and also comp-usa has mac-repairs, but I am
> unsure if they are apple-care certified...

Avoid CompUSA Apple, they promised us it'd be back in a week and when we 
went there over a week later it'd not even gone out.

There's an apple store in NYC, I think. One in the King of Prussia (PA) 
mall.

I'm in mid-Joisey and this person has been highly recommended: 
http://go2g2.com

ciao!

leam


>From hans not junk at nyphp.com  Thu May 13 21:26:28 2004
Return-Path: <hans not junk at nyphp.com>
Received: from ehost011-1.intermedia.net (unknown [64.78.21.3])
	by virtu.nyphp.org (Postfix) with ESMTP id 9B5CAA8636
	for <talk at lists.nyphp.org>; Thu, 13 May 2004 21:26:28 -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
Subject: RE: [nycphp-talk] PHP as EXE
Date: Thu, 13 May 2004 18:26:26 -0700
Message-ID: <41EE526EC2D3C74286415780D3BA9F8701F3B665 at ehost011-1.exch011.intermedia.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [nycphp-talk] PHP as EXE
Thread-Index: AcQyzGRaRHIDPu/zSvmKLL8MjgmFWAACCBMQAZG/ZGAADW9dcA==
From: "Hans Zaunere" <hans not junk at nyphp.com>
To: "NYPHP Talk" <talk at lists.nyphp.org>
X-BeenThere: talk at lists.nyphp.org
X-Mailman-Version: 2.1.4
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: Fri, 14 May 2004 01:26:29 -0000


> Hi all, any of you have any good experience in creating and=20
> running PHP programs as a standalone applications? I think it=20
> can be done with the Zend Suite, but any other applications out there?

I run PHP CLI on a regular basis.  This is usually by use of cronjobs.
Basically, as a data mining method, PHP CLI scripts pull and process
over 400K rows from Oracle, cooks them into about 100K rows and inserts
into MySQL.  There are about 5 such scripts running on a regular basis
and run perfectly.  Each script typically reaches 200mb in size - on a
system with 256mb physical :)

The other application-style use of PHP I've had great luck with is as a
regular console application.  The PHP CLI script talks to a card reader
through a serial port (using a C extension), uses my own ncurses C
extension to interface with the user, and uploads data to a MySQL
database across the network.  The application has run - without restart
- for over 5 months on a throw-away Pentium-133 running RedHat 7.3.

These scripts, however, still require a compiled PHP binary somewhere on
the system.  The Roadsend Compiler for PHP that Shannon spoke of
eliminates this need by compiling a static binary (correct any details
Shannon).  This - among other features - is some very exciting stuff,
and I hope we can get a presentation on it soon :)

H





More information about the talk mailing list