On Wed, 3 Aug 2005 18:35:38 -0700 (PDT) Matthew Mullins <[EMAIL PROTECTED]> babbled:
> It's going to switch from wget to using > ecore_file_download, which eliminates the hang. At > the time it was written there weren't any E libs that > could download a URL, so it was an ugly workaround. you coudl have used ecore_exec instead of system() and waited forthe child exit event to know its done :) > The weather module wasn't supposed to be in CVS yet, > and it's really still in an infancy state. Please use > with care for the time being. Any other bugs you > find, please forward my way...I'm a bit busy with some > other things at the moment, but hopefully I'll be able > to start working on it again soon. > > If you don't have a reliable high speed connection, I > highly recommend disabling it for the time being. > > -Matt > > > --- Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > > On Thu, 04 Aug 2005 10:52:21 +1000 Dan > > <[EMAIL PROTECTED]> babbled: > > > > > Greetings. > > > > > > I've noticed that the weather module for E17 > > blocks E while updating - > > > ie E appears 'locked' while the weather module is > > downloading. When this > > > happens ( starting / restarting E, and each update > > at the specified > > > interval ), the desktop pager, engage bar, and the > > rest of E are > > > completely inactive, and if I drop to the console > > with CTRL-ALT-F1, I > > > can see a wget process trying to download from > > weather.com > > > > > > Any chance of getting this wget activity to *not* > > block, or is this an > > > effect of modules running inside the enlightenment > > process? > > > > right now this is a bit of a bad design flaw of the > > weather module - always > > beware modules outside e17 itself (even in > > e_modules) may be less well tested > > and have issues. your solutions right now are 1. > > live with it, 2. send patches, > > 3. don't use the weather module :) > > > > no module should EVER block on ANYTHING. EVER! > > > > > Dan > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is Sponsored by the Better Software > > Conference & EXPO > > > September 19-22, 2005 * San Francisco, CA * > > Development Lifecycle Practices > > > Agile & Plan-Driven Development * Managing > > Projects & Teams * Testing & QA > > > Security * Process Improvement & Measurement * > > http://www.sqe.com/bsce5sf > > > _______________________________________________ > > > enlightenment-devel mailing list > > > [email protected] > > > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > > > > -- > > ------------- Codito, ergo sum - "I code, therefore > > I am" -------------- > > The Rasterman (Carsten Haitzler) > > [EMAIL PROTECTED] > > ______\____ > > [EMAIL PROTECTED] > > Tokyo, Japan (________ ________) > > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software > > Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * > > Development Lifecycle Practices > > Agile & Plan-Driven Development * Managing Projects > > & Teams * Testing & QA > > Security * Process Improvement & Measurement * > > http://www.sqe.com/bsce5sf > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 [EMAIL PROTECTED] Tokyo, Japan (東京 日本) ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
