NYCPHP Meetup

NYPHP.org

[nycphp-talk] Worst freelance offer of all time!

Dan Horning lists at mx2pro.com
Sat May 8 02:03:11 EDT 2004


ya know .. they can't even spell... that's just funny.

Dan Horning - Technical Systems Administration
 http://www.mx2pro.com/ 
 http://dan.mx2pro.com/ 
 1-518-894-4155 (Personal Direct Line) 

> -----Original Message-----
> From: talk-bounces at lists.nyphp.org 
> [mailto:talk-bounces at lists.nyphp.org] On Behalf Of Hans Zaunere
> Sent: Saturday, May 08, 2004 12:09 AM
> To: NYPHP Talk
> Subject: RE: [nycphp-talk] Worst freelance offer of all time!
> 
> 
> > Well, at least it's not a full-time job in California paying 
> > $2-5k a year for LAMP  :)
> > 
> > http://jobsearch.monster.com/getjob.asp?JobID=21235904
> > 
> > 2,000.00 - 5,000.00 USD /year
> > Salary Depends on Experience
> > 
> > "Fast paced internet company seeks an adavnaced PHP 
> > programmer. Must have experience developing web applications 
> > using PHP and MySQL in a Linux environment.
> > 
> > Candidate must show samples of work and knowledge of job skills.
> > 
> > Salary will be based upon years of job experience and 
> > programming level."
> 
> That is quite disgusting.  I hope that all PHP developers snub their
> nose at any such absurdity - otherwise, PHP has a very long way to go.
> 
> H
> 
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
> 


>From hans not junk at nyphp.com  Sat May  8 21:16:22 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 244C7A85E9
	for <talk at lists.nyphp.org>; Sat,  8 May 2004 21:16:22 -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 server app
Date: Sat, 8 May 2004 18:16:17 -0700
Message-ID: <41EE526EC2D3C74286415780D3BA9F8701E43DE6 at ehost011-1.exch011.intermedia.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [nycphp-talk] PHP server app
Thread-Index: AcQu36e6K0FH3N6iSE2loLLI2QZx8gGgxLLw
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: Sun, 09 May 2004 01:16:22 -0000


> > > Anyone have experience running a constantly running 'server' app=20
> > > based on php from a linux server?
> ....
> > Memory leaks may be a problem.  You can certainly do it but be=20
> > prepared to restart the thing daily.
>=20
> How about using a super daemon like Inetd to call the program=20
> on demand instead of having it up all the time. Should have=20
> some performance degradation, but would solve the memory leak problem.

This would make a very interesting article in the upcoming AMPeers.

I've run PHP daemons for some time (we're talking several weeks) without
any indication of memory leaks.  In fact, I even coded a timer in to
email me stats of the process so that I could keep an eye on it.  At the
end of a couple weeks, I brought the process down normally, and all
seemed good.

In fact, I'm looking to deploy another daemon in PHP.  This one will
accept considerable network traffic from a remote sensor (using FUID I
believe it will be) and then manipulate an inline Apache PHP via MySQL
for web page generation (yeah, it's crazy; it's an art project).

H




More information about the talk mailing list