RE: multiples http wget in parrallel

2002-03-20 Thread SERRA Yannick - SOP ( [EMAIL PROTECTED] )
LWP::Parallel is a good starting place. ok I will have a look at that that module thank you mr Schwartz ! yannick serra SchlumbergerSema -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: multiples http wget in parrallel

2002-03-19 Thread Randal L. Schwartz
> "YSerra1@sophia-antipolis" == YSerra1@sophia-antipolis sema slb com >writes: YSerra1@sophia-antipolis> Has anyone got an idea (or a module) to step toward my goal YSerra1@sophia-antipolis> thanks by advance everybody LWP::Parallel is a good starting place. -- Randal L. Schwartz - Ston

multiples http wget in parrallel

2002-03-19 Thread SERRA Yannick - SOP ( [EMAIL PROTECTED] )
Hello everybody I would like to know wether it is possible to make three http request at the same time . I intend to store each request result in a text variable , and to be notified when each one is updated. Has anyone got an idea (or a module) to step toward my goal thanks by advance everybod