freelanceprogrammers.org Forum Index » PHP
Multitasking Enviornment in PHP
Joined: 18 Mar 2005
Posts: 21
Multitasking Enviornment in PHP
Hi Friends,
Now PERL do have a brilliant Multi-tasking Module called as POE.
Do we have a same thing in PHP by which I can do parallel processing. eg. fetch
10 pages simultaneously rather than 1 after the another.
Pl. do reply.
--
Regards
Abhishek jain
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Non-text portions of this message have been removed]
Joined: 02 May 2005
Posts: 7
Multitasking Enviornment in PHP
Not that I am aware of, but you could try googling for AJAX.
HTH
Eduardo Sampaio
abhishek jain wrote:
> Hi Friends,
> Now PERL do have a brilliant Multi-tasking Module called as POE.
> Do we have a same thing in PHP by which I can do parallel processing.
> eg. fetch 10 pages simultaneously rather than 1 after the another.
> Pl. do reply.
> --
> Regards
> Abhishek jain
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> [Non-text portions of this message have been removed]
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
>
> SPONSORED LINKS
> Programming languages
>
<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Programming+langua
ges&w2=C+programming+language&w3=Computer+programming+languages&w4=Java+programm
ing+language&w5=C+++programming+language&w6=History+of+computer+programming+lang
uage&c=6&s=198&.sig=hjFSMmldhVc3zrT5SqL9xQ>
> C programming language
>
<http://groups.yahoo.com/gads?t=ms&k=C+programming+language&w1=Programming+langu
ages&w2=C+programming+language&w3=Computer+programming+languages&w4=Java+program
ming+language&w5=C+++programming+language&w6=History+of+computer+programming+lan
guage&c=6&s=198&.sig=td85HQ93XfErfw7wfLZ86A>
> Computer programming languages
>
<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=Programmi
ng+languages&w2=C+programming+language&w3=Computer+programming+languages&w4=Java
+programming+language&w5=C+++programming+language&w6=History+of+computer+program
ming+language&c=6&s=198&.sig=BMtgOo7dpsC1xzn1YgpBPg>
>
> Java programming language
>
<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Programming+la
nguages&w2=C+programming+language&w3=Computer+programming+languages&w4=Java+prog
ramming+language&w5=C+++programming+language&w6=History+of+computer+programming+
language&c=6&s=198&.sig=8IuywkhSLTtpB6_iFiJoCQ>
> C programming language
>
<http://groups.yahoo.com/gads?t=ms&k=C+++programming+language&w1=Programming+lan
guages&w2=C+programming+language&w3=Computer+programming+languages&w4=Java+progr
amming+language&w5=C+++programming+language&w6=History+of+computer+programming+l
anguage&c=6&s=198&.sig=jpmDiGf8qD8AqZNqFwDO7w>
> History of computer programming language
>
<http://groups.yahoo.com/gads?t=ms&k=History+of+computer+programming+language&w1
=Programming+languages&w2=C+programming+language&w3=Computer+programming+languag
es&w4=Java+programming+language&w5=C+++programming+language&w6=History+of+comput
er+programming+language&c=6&s=198&.sig=9slR1_vZJlvyOINA4iLkow>
>
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> * Visit your group "php-objects
> <http://groups.yahoo.com/group/php-objects>" on the web.
>
> * To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
> <mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>
[Non-text portions of this message have been removed]
Joined: 17 Aug 2005
Posts: 1
Multitasking Enviornment in PHP
What do you mean by "fetching 10 pages simultaneously?" can you give
us an example where fetching multiple pages at once would be
necessary/beneficial?
thanks,
--- In php-objects@yahoogroups.com, abhishek jain <ejaincom@y...>
wrote:
> Hi Friends,
> Now PERL do have a brilliant Multi-tasking Module called as POE.
> Do we have a same thing in PHP by which I can do parallel
processing. eg. fetch 10 pages simultaneously rather than 1 after the
another.
> Pl. do reply.
> --
> Regards
> Abhishek jain
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> [Non-text portions of this message have been removed]
Joined: 08 Mar 2005
Posts: 8
Multitasking Enviornment in PHP
Yes, it`s call pcntl
http://www.php.net/pcntl
Thank you,
Ryan Sexton
On Aug 17, 2005, at 11:44 AM, abhishek jain wrote:
Hi Friends,
Now PERL do have a brilliant Multi-tasking Module called as POE.
Do we have a same thing in PHP by which I can do parallel processing.
eg. fetch 10 pages simultaneously rather than 1 after the another.
Pl. do reply.
--
Regards
Abhishek jain
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Non-text portions of this message have been removed]
PHP Data object relational mapping generator -
http://www.meta-language.net/
Yahoo! Groups Links
Joined: 03 May 2005
Posts: 10
Multitasking Enviornment in PHP
I am working on php. Any one can help me.
I am working on biomatics devices database reading. I want to extend php to c++.
i have done following work but not get result.
(1) Install php5 with apache2
anybody help me
girija
On Thu, 18 Aug 2005 Ryan Sexton wrote :
>Yes, it`s call pcntl
>http://www.php.net/pcntl
>
>Thank you,
>Ryan Sexton
>On Aug 17, 2005, at 11:44 AM, abhishek jain wrote:
>
>Hi Friends,
>Now PERL do have a brilliant Multi-tasking Module called as POE.
>Do we have a same thing in PHP by which I can do parallel processing.
>eg. fetch 10 pages simultaneously rather than 1 after the another.
>Pl. do reply.
>--
>Regards
>Abhishek jain
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam? Yahoo! Mail has the best spam protection around
>http://mail.yahoo.com
>
>[Non-text portions of this message have been removed]
>
>
>
>
>PHP Data object relational mapping generator -
>http://www.meta-language.net/
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>PHP Data object relational mapping generator - http://www.meta-language.net/
>Yahoo! Groups Links
>
>
>
>
>
>
[Non-text portions of this message have been removed]
Joined: 03 May 2005
Posts: 10
Multitasking Enviornment in PHP
I am working on php. Any one can help me.
I am working on biomatics devices database reading. I want to extend php to c++.
i have done following work but not get result.
(1) Install php5 with apache2
anybody help me
girija
On Thu, 18 Aug 2005 Ryan Sexton wrote :
>Yes, it`s call pcntl
>http://www.php.net/pcntl
>
>Thank you,
>Ryan Sexton
>On Aug 17, 2005, at 11:44 AM, abhishek jain wrote:
>
>Hi Friends,
>Now PERL do have a brilliant Multi-tasking Module called as POE.
>Do we have a same thing in PHP by which I can do parallel processing.
>eg. fetch 10 pages simultaneously rather than 1 after the another.
>Pl. do reply.
>--
>Regards
>Abhishek jain
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam? Yahoo! Mail has the best spam protection around
>http://mail.yahoo.com
>
>[Non-text portions of this message have been removed]
>
>
>
>
>PHP Data object relational mapping generator -
>http://www.meta-language.net/
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>PHP Data object relational mapping generator - http://www.meta-language.net/
>Yahoo! Groups Links
>
>
>
>
>
>
[Non-text portions of this message have been removed]
Joined: 19 Aug 2005
Posts: 4
Multitasking Enviornment in PHP
Hi,
i`m mohan..what is ur problem?..i think instalation
probelm...
--- girija nandan sinha <gn1500@...> wrote:
> I am working on php. Any one can help me.
> I am working on biomatics devices database reading.
> I want to extend php to c++.
> i have done following work but not get result.
> (1) Install php5 with apache2
> anybody help me
> girija
>
>
>
>
>
> On Thu, 18 Aug 2005 Ryan Sexton wrote :
> >Yes, it`s call pcntl
> >http://www.php.net/pcntl
> >
> >Thank you,
> >Ryan Sexton
> >On Aug 17, 2005, at 11:44 AM, abhishek jain wrote:
> >
> >Hi Friends,
> >Now PERL do have a brilliant Multi-tasking Module
> called as POE.
> >Do we have a same thing in PHP by which I can do
> parallel processing.
> >eg. fetch 10 pages simultaneously rather than 1
> after the another.
> >Pl. do reply.
> >--
> >Regards
> >Abhishek jain
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Tired of spam? Yahoo! Mail has the best spam
> protection around
> >http://mail.yahoo.com
> >
> >[Non-text portions of this message have been
> removed]
> >
> >
> >
> >
> >PHP Data object relational mapping generator -
> >http://www.meta-language.net/
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >PHP Data object relational mapping generator -
> http://www.meta-language.net/
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>
>
> [Non-text portions of this message have been
> removed]
>
>
____________________________________________________
Send a rakhi to your brother, buy gifts and win attractive prizes. Log on to
http://in.promos.yahoo.com/rakhi/index.html
Joined: 03 May 2005
Posts: 10
Multitasking Enviornment in PHP
hy mohan
my problem is that.I want to extend c++ in php and reverse also.
.This can be possible or not. If possible please tell me detail step.
i am waitting your reply.
girija
On Thu, 18 Aug 2005 Kolangi Mohan.A wrote :
>Hi,
>
> i`m mohan..what is ur problem?..i think instalation
>probelm...
>
>
>--- girija nandan sinha <gn1500@...> wrote:
>
> > I am working on php. Any one can help me.
> > I am working on biomatics devices database reading.
> > I want to extend php to c++.
> > i have done following work but not get result.
> > (1) Install php5 with apache2
> > anybody help me
> > girija
> >
> >
> >
> >
> >
> > On Thu, 18 Aug 2005 Ryan Sexton wrote :
> > >Yes, it`s call pcntl
> > >http://www.php.net/pcntl
> > >
> > >Thank you,
> > >Ryan Sexton
> > >On Aug 17, 2005, at 11:44 AM, abhishek jain wrote:
> > >
> > >Hi Friends,
> > >Now PERL do have a brilliant Multi-tasking Module
> > called as POE.
> > >Do we have a same thing in PHP by which I can do
> > parallel processing.
> > >eg. fetch 10 pages simultaneously rather than 1
> > after the another.
> > >Pl. do reply.
> > >--
> > >Regards
> > >Abhishek jain
> > >
> > >__________________________________________________
> > >Do You Yahoo!?
> > >Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > >http://mail.yahoo.com
> > >
> > >[Non-text portions of this message have been
> > removed]
> > >
> > >
> > >
> > >
> > >PHP Data object relational mapping generator -
> > >http://www.meta-language.net/
> > >Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >PHP Data object relational mapping generator -
> > http://www.meta-language.net/
> > >Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been
> > removed]
> >
> >
>
>
>
>
>
>
>
>____________________________________________________
>Send a rakhi to your brother, buy gifts and win attractive prizes. Log on to
http://in.promos.yahoo.com/rakhi/index.html
>
>
>
>
>
>PHP Data object relational mapping generator - http://www.meta-language.net/
>Yahoo! Groups Links
>
>
>
>
>
>
>
[Non-text portions of this message have been removed]
Joined: 19 Aug 2005
Posts: 4
Multitasking Enviornment in PHP
Hi,
I got some code information ffrom net.i added below
that source...if it`s useful 4 u ..utilize this...but
i don`t know how to clear ur query...
Sample code:
*************
i have a C++ module which contains 4 files client.cpp
support.cpp TextBinary.cpp dougnet.c. out of this i
want to use
5
functions in client.cpp in a php4 script.
i did the following steps :-
1. created a interface file client.i. its contents r
as follows
/* File : client.i */
%{
#include "CvsCommands.h"
#include "client.h"
#include "dougnet.h"
#include "support.h"
#include "common.h"
%}
/* Let`s just grab the original header file here */
%include "client.h"
2. created a interface file kcvsClient.i. its contents
r as
follows
%module kcvsClient
%include client.i
3. use swig as follows
swig -php4 -phpfull -noproxy kcvsClient.i
4. compile all the files to create a .so file as
follows
#######################################################################
# Makefile for kcvsClient.
# Date : Jan 20, 2003.
# ChangeLog :
#######################################################################
CPP=g++
CC=gcc
INC=-I/usr/include/php/ext -I/usr/include/php/main
-I/usr/include/php/regex -I/usr/include/php/TSRM
-I/usr/include/php/Zend
kcvsClient_wrap.o:kcvsClient_wrap.cpp dougnet.o
TextBinary.o
support.o client.o
${CPP} $(INC) -c $*.cpp
dougnet.o: dougnet.c dougnet.h
${CC} -c $*.c
TextBinary.o: TextBinary.cpp TextBinary.h
${CPP} -c $*.cpp
support.o: support.cpp support.h
${CPP} -c $*.cpp
client.o: client.cpp client.h
${CPP} -c $*.cpp
/********* end of make file ****************/
g++ -shared client.o support.o kcvsClient_wrap.o
dougnet.o
TextBinary.o -o php_kcvsClient.so
4. use the php_kcvsClient.so file in a php4 script
--- girija nandan sinha <gn1500@...> wrote:
> hy mohan
> my problem is that.I want to extend c++ in php and
> reverse also.
> .This can be possible or not. If possible please
> tell me detail step.
> i am waitting your reply.
> girija
>
>
>
> On Thu, 18 Aug 2005 Kolangi Mohan.A wrote :
> >Hi,
> >
> > i`m mohan..what is ur problem?..i think
> instalation
> >probelm...
> >
> >
> >--- girija nandan sinha <gn1500@...>
> wrote:
> >
> > > I am working on php. Any one can help me.
> > > I am working on biomatics devices database
> reading.
> > > I want to extend php to c++.
> > > i have done following work but not get
> result.
> > > (1) Install php5 with apache2
> > > anybody help me
> > > girija
> > >
> > >
> > >
> > >
> > >
> > > On Thu, 18 Aug 2005 Ryan Sexton wrote :
> > > >Yes, it`s call pcntl
> > > >http://www.php.net/pcntl
> > > >
> > > >Thank you,
> > > >Ryan Sexton
> > > >On Aug 17, 2005, at 11:44 AM, abhishek jain
> wrote:
> > > >
> > > >Hi Friends,
> > > >Now PERL do have a brilliant Multi-tasking
> Module
> > > called as POE.
> > > >Do we have a same thing in PHP by which I can
> do
> > > parallel processing.
> > > >eg. fetch 10 pages simultaneously rather than 1
> > > after the another.
> > > >Pl. do reply.
> > > >--
> > > >Regards
> > > >Abhishek jain
> > > >
> > >
> >__________________________________________________
> > > >Do You Yahoo!?
> > > >Tired of spam? Yahoo! Mail has the best spam
> > > protection around
> > > >http://mail.yahoo.com
> > > >
> > > >[Non-text portions of this message have been
> > > removed]
> > > >
> > > >
> > > >
> > > >
> > > >PHP Data object relational mapping generator -
> > > >http://www.meta-language.net/
> > > >Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >PHP Data object relational mapping generator -
> > > http://www.meta-language.net/
> > > >Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been
> > > removed]
> > >
> > >
> >
> >
> >
> >
> >
> >
> >
>
>____________________________________________________
> >Send a rakhi to your brother, buy gifts and win
> attractive prizes. Log on to
> http://in.promos.yahoo.com/rakhi/index.html
> >
> >
> >
> >
> >
> >PHP Data object relational mapping generator -
> http://www.meta-language.net/
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> [Non-text portions of this message have been
> removed]
>
>
____________________________________________________
Send a rakhi to your brother, buy gifts and win attractive prizes. Log on to
http://in.promos.yahoo.com/rakhi/index.html
Joined: 01 Sep 2005
Posts: 2
Multitasking Enviornment in PHP
Hi friends
someone knows as to do a joined list in php?
> ------------------------------------------------------------------------
[Non-text portions of this message have been removed]
Joined: 29 Apr 2005
Posts: 10
Multitasking Enviornment in PHP
I think i speak for most members when I say, I have no clue what your
question is.
devilmouse_facundo wrote:
> Hi friends
> someone knows as to do a joined list in php?
Joined: 01 Sep 2005
Posts: 2
Multitasking Enviornment in PHP
Hi friends
> someone knows as to do a LinkedList in php?
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.yahoo.com.mx/
Joined: 26 Jul 2005
Posts: 4
Multitasking Enviornment in PHP
I concur. :)
On 9/1/05, Brian Cummiskey <brian@...> wrote:
>
> I think i speak for most members when I say, I have no clue what your
> question is.
>
>
> devilmouse_facundo wrote:
> > Hi friends
> > someone knows as to do a joined list in php?
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
>
> SPONSORED LINKS
> Php
developer<http://groups.yahoo.com/gads?t=ms&k=Php+developer&w1=Php+developer&w2=
Basic+programming+language&w3=Computer+programming+languages&w4=Programming+lang
uages&w5=Object+oriented+programming+tutorial&w6=Java+programming+language&c=6&s
=187&.sig=E54kHe-H0HpEKMD07V3RGw> Basic
> programming
language<http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Php+d
eveloper&w2=Basic+programming+language&w3=Computer+programming+languages&w4=Prog
ramming+languages&w5=Object+oriented+programming+tutorial&w6=Java+programming+la
nguage&c=6&s=187&.sig=VnuKkeCAxdrAAE9-23d7Qg> Computer
> programming
languages<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=
Php+developer&w2=Basic+programming+language&w3=Computer+programming+languages&w4
=Programming+languages&w5=Object+oriented+programming+tutorial&w6=Java+programmi
ng+language&c=6&s=187&.sig=K_RkoUAE9oNBZpCd1axeNg> Programming
>
languages<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Php+devel
oper&w2=Basic+programming+language&w3=Computer+programming+languages&w4=Programm
ing+languages&w5=Object+oriented+programming+tutorial&w6=Java+programming+langua
ge&c=6&s=187&.sig=tRU26qhza3U-Fhx7pb49-g> Object
> oriented programming
tutorial<http://groups.yahoo.com/gads?t=ms&k=Object+oriented+programming+tutoria
l&w1=Php+developer&w2=Basic+programming+language&w3=Computer+programming+languag
es&w4=Programming+languages&w5=Object+oriented+programming+tutorial&w6=Java+prog
ramming+language&c=6&s=187&.sig=JkfckoC1oFw4w6if5c6YZw> Java
> programming
language<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Php+de
veloper&w2=Basic+programming+language&w3=Computer+programming+languages&w4=Progr
amming+languages&w5=Object+oriented+programming+tutorial&w6=Java+programming+lan
guage&c=6&s=187&.sig=sUKtmeOhO0DJbtcEeyUPNw>
> ------------------------------
> YAHOO! GROUPS LINKS
>
>
> - Visit your group "php-objects<http://groups.yahoo.com/group/php-objects>"
> on the web.
> - To unsubscribe from this group, send an email to:
>
php-objects-unsubscribe@yahoogroups.com<php-objects-unsubscribe@yahoogroups.com?
subject=Unsubscribe>
> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------
>
--
~~
Scott
Orange County PHP Users Group (with a smile)
http://www.ocphp.com/
[Non-text portions of this message have been removed]
Joined: 19 Mar 2005
Posts: 12
Multitasking Enviornment in PHP
Probably he`s talking about linked lists ... If so an approach in php
would be the OO one:
class List {
var previous;
var next;
var contents;
function List ( $p, $n, $c) {
$this->previous = $p;
$this->next = $n;
$this->contents = $c;
}
that`s the simplest (very exendable way)
greet
}
--
Oreste Attanasio
Joined: 03 Sep 2005
Posts: 3
Multitasking Enviornment in PHP
hi,
you can find classes to do a linked list on PHP Classes
(http://www.phpclasses.org).
bye,
Paolo
2005/9/3, Oreste Attanasio <attanasio@...>:
> Probably he`s talking about linked lists ... If so an approach in php
> would be the OO one:
>
> class List {
>
> var previous;
> var next;
> var contents;
>
> function List ( $p, $n, $c) {
> $this->previous = $p;
> $this->next = $n;
> $this->contents = $c;
> }
>
>
>
> that`s the simplest (very exendable way)
>
> greet
>
>
> }
>
> --
> Oreste Attanasio
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
>
>
> SPONSORED LINKS
> Php developer Basic programming language Computer programming languages
> Programming languages Object oriented programming tutorial Java programming
> language
>
> ________________________________
> YAHOO! GROUPS LINKS
>
>
> Visit your group "php-objects" on the web.
>
> To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
> ________________________________
>
All times are GMT
Page 1 of 2
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







