From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
---|---|
To: | Randolf Richardson <rr(at)8x(dot)ca> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL |
Date: | 2003-12-04 22:37:17 |
Message-ID: | Pine.LNX.4.33.0312041536330.26445-100000@css120.ihs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, 2 Dec 2003, Randolf Richardson wrote:
> >>In dealing with web applications and frontends to database or
> >>even just a dynamic web site PHP has every bit the power and ability that
> >>Java does and the development time is way down.
> >
> > Uh, how about threads. I know that you don't need them much but it sure
> > would be nice to be able to do background processing.
> [sNip]
>
> PHP doesn't support threads? I've always thought of Forking as
> overkill where threads are light and elegant.
True on some platforms (Windows, Solaris) untrue on others (Linux,
possibly BSD) where threads are not much lighter than processes.
PHP doesn't have thread support.
From | Date | Subject | |
---|---|---|---|
Next Message | Arjen van der Meijden | 2003-12-04 22:44:07 | Re: Making a tree with "millions and millions" of dynamic nodes |
Previous Message | Joe Conway | 2003-12-04 22:05:13 | Re: Making a tree with "millions and millions" of dynamic |