php3-list | 199908
Date: 08/05/99
- Next message: RAMON NOURS: "[PHP3] php on win98"
- Previous message: Fehres, Carl: "[PHP3] Muliple Browser Support"
- In reply to: Teodor Cimpoesu: "Re: [PHP3] Parallel, Multi Tasking, Forking whatever you want to call"
- Next in thread: Teodor Cimpoesu: "Re: [PHP3] Parallel, Multi Tasking, Forking whatever you want tocall"
- Reply: Teodor Cimpoesu: "Re: [PHP3] Parallel, Multi Tasking, Forking whatever you want tocall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I was just wondering, is it possible to do smthng like:
1) php process creates shared memory
2) php process calls system ("child_prg &"); (shell background job)
[or popen(...)]
3) child_prg forks
4) children of child_prg attach to shared mem and write their results
5) in the meantime the php process has waited for results on the shared
memory
Of course you will need at least one semaphore in this typical
prdoucer-consumer problem...
just my 2 cents....
Aaron.
On Thu, 5 Aug 1999, Teodor Cimpoesu wrote:
> php <email protected> wrote:
> >
> > No sh$t!!!???
> >
> > I cant believe this!!!
> >
> > There is NOOO way of doing this? Is there a workaround for this?
> >
> > Will it be implemented on Zend?
> >
> > Geez... this is a very weak point!!! Just think about query intensive
> > operations, or various long lasting queries... you have to wait for each one to
> > come back, and then send the other... bummer!!!
> >
> > Anyone have any solution?
> yes,
> read and learn the php api
> read and learn lpg or something
> write your own php3_fork function.
> share it to us :)
> --
> CIMPOESU Teodor, Web Programmer
>
> @ DIGICOM S.A. Bucharest, Romania
> @ Internet, site development
> @ teo <email protected>,+(401)-330.47.28
>
> official home page ~ http://www.digiro.net/
> Internet web page ~ http://internet.digiro.net/
>
> --
> PHP 3 Mailing List <http://www.php.net/>
> To unsubscribe, send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: RAMON NOURS: "[PHP3] php on win98"
- Previous message: Fehres, Carl: "[PHP3] Muliple Browser Support"
- In reply to: Teodor Cimpoesu: "Re: [PHP3] Parallel, Multi Tasking, Forking whatever you want to call"
- Next in thread: Teodor Cimpoesu: "Re: [PHP3] Parallel, Multi Tasking, Forking whatever you want tocall"
- Reply: Teodor Cimpoesu: "Re: [PHP3] Parallel, Multi Tasking, Forking whatever you want tocall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

