Re: [E-Devel] Question about using system() inside a module

2005-07-22 Thread Simon Poole
Matthew Mullins wrote: ecore_file_download dan If you want to handle the downloaded data yourself rather than save it to a file, you may find ecore_con_url is more useful. Ultimately, ecore_file_download will be fixed to use ecore_con_url. -- Simon Poole www.appliancestudio.com --

Re: [E-Devel] Question about using system() inside a module

2005-07-22 Thread Matthew Mullins
That will do it, thank you. --- dan sinclair <[EMAIL PROTECTED]> wrote: > On Thu, 2005-07-21 at 17:30 -0700, Matthew Mullins > wrote: > > Hello, > > > > I'm trying to come up with a better way to > download > > (weather html in my case) than using wget through > a > > system() function. Wheneve

Re: [E-Devel] Question about using system() inside a module

2005-07-21 Thread dan sinclair
On Thu, 2005-07-21 at 17:30 -0700, Matthew Mullins wrote: > Hello, > > I'm trying to come up with a better way to download > (weather html in my case) than using wget through a > system() function. Whenever system() is used, it > hangs E completely until the function returns. For > fast connecti

[E-Devel] Question about using system() inside a module

2005-07-21 Thread Matthew Mullins
Hello, I'm trying to come up with a better way to download (weather html in my case) than using wget through a system() function. Whenever system() is used, it hangs E completely until the function returns. For fast connections, or even if the network is completely down, you don't notice any pau