Hi,
the example can be this:

i want make more connection HTTP "symoultaneus" (using LWP or SOCKET, is the
same).

If i make a cicle with the request, the new request has made only where the
old request is closed
(close the socket)

I.E
 for(;;){
    &http;
  }

sub http{
    #sub that make the request with LWP or SOCKET
   }

dont' make symoultaneus connections but every only one connection for cicle.

    Thanks

        Walter




> On Wed, Oct 03, 2001 at 11:19:09AM +0200, walter valenti wrote:
> > i've some difficulty on the use of fork function.
> > I know that the fork function make a process child, but the i don't know
> > how write the code.
>
> Have you read perldoc -f fork and perldoc perlipc?  What difficulty are you
> having?  What have you tried?  What did you expect?  What did you get?
>
> You'll have to elaborate a bit more.
>
> Michael
> --
> Administrator                      www.shoebox.net
> Programmer, System Administrator   www.gallanttech.com
> --
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to