On Sat, 18 Feb 2012 16:03:53 +0900
Carsten Haitzler (The Rasterman) <[email protected]> wrote:
> On Fri, 17 Feb 2012 21:40:37 -0500 Michael Blumenkrantz
> <[email protected]> said:
>
> > Hi,
> >
> > Attached is a very tiny demo which showcases a pretty huge (imo) bug in
> > ecore-con-url: multiple simultaneous fetches are broken. When more than one
> > curl object is added, only the last one will actually be fetched.
>
> can't reproduce. i expanded your demo to call progress/data/complete
> callbacks. attached src and log. downloads both urls - in parallel (well for
> the first bit). the first 33.9kb data is fetched completely as is the 64.8k
> data. i haven't actually checked the data itself - but everything else is
> showing "all ok". no proxy set up here for this test btw. i ran a second test
> with a proxy (well proxy fwd'd via an ssh tunnel to the other side of the
> world) and it works too with slightly different fetch ordering.
>
> attached logs+src. my svn updated and completely rebuilt just before this test
> was run.
>
I've attached two logs from your updated example:
ecore_con_url.log is from current ecore-con
ecore_con_url-old.log is from 65835 (prior to the commit I cited)
At present, there is no data downloaded for the first URL. It seems to be
somehow system-dependent, though not curl version dependent as I have tested
older versions with no change.
Since I don't typically work on curl stuff, it would be great if someone could
point me in the right direction for trying to debug this.
The only other alternative, if this cannot be fixed prior to release, is to
revert r65888 and then rebase every subsequent commit on top of the old code.
In cases like this it's rarely just one person who has a bug, so I would rather
release with the old and working code than what is currently in svn.
[0x904f798]-> URL1
[0x9090b70]-> URL2
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 899
[URL2] progress 0.9KB / 33.9KB
[URL2] progress 0.9KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 2.3KB / 33.9KB
[URL2] progress 2.3KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 3.7KB / 33.9KB
[URL2] progress 3.7KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 5.1KB / 33.9KB
[URL2] progress 5.1KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 6.5KB / 33.9KB
[URL2] progress 6.5KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 7.9KB / 33.9KB
[URL2] progress 7.9KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 9.3KB / 33.9KB
[URL2] progress 9.3KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 10.7KB / 33.9KB
[URL2] progress 10.7KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 12.1KB / 33.9KB
[URL2] progress 12.1KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 13.5KB / 33.9KB
[URL2] progress 13.5KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 14.9KB / 33.9KB
[URL2] progress 14.9KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 16.3KB / 33.9KB
[URL2] progress 16.3KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 17.8KB / 33.9KB
[URL2] progress 17.8KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 19.2KB / 33.9KB
[URL2] progress 19.2KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 20.6KB / 33.9KB
[URL2] progress 20.6KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 22.0KB / 33.9KB
[URL2] progress 22.0KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 23.4KB / 33.9KB
[URL2] progress 23.4KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 24.8KB / 33.9KB
[URL2] progress 24.8KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 26.2KB / 33.9KB
[URL2] progress 26.2KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 27.6KB / 33.9KB
[URL2] progress 27.6KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 29.0KB / 33.9KB
[URL2] progress 29.0KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 30.4KB / 33.9KB
[URL2] progress 30.4KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 31.8KB / 33.9KB
[URL2] progress 31.8KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 33.2KB / 33.9KB
[URL2] progress 33.2KB / 33.9KB
INF<15718>:ecore_con ecore_con_url.c:1336 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
DBG<15718>:ecore_con ecore_con_url.c:1611 _ecore_con_url_idler_handler() multiperform is still_running
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 720
[URL2] progress 33.9KB / 33.9KB
[URL2] progress 33.9KB / 33.9KB
[URL2] progress 33.9KB / 33.9KB
[URL2] progress 33.9KB / 33.9KB
[URL2] complete status 200
[0x9f86798]-> URL1
[0x9fb0b90]-> URL2
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
[URL2] progress 0.0KB / 0.0KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 899
[URL2] progress 0.9KB / 33.9KB
[URL2] progress 0.9KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 2.3KB / 33.9KB
[URL2] progress 2.3KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 3.7KB / 33.9KB
[URL2] progress 3.7KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 5.1KB / 33.9KB
[URL2] progress 5.1KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 6.5KB / 33.9KB
[URL2] progress 6.5KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 7.9KB / 33.9KB
[URL2] progress 7.9KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 9.3KB / 33.9KB
[URL2] progress 9.3KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 10.7KB / 33.9KB
[URL2] progress 10.7KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 12.1KB / 33.9KB
[URL2] progress 12.1KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 13.5KB / 33.9KB
[URL2] progress 13.5KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 14.9KB / 33.9KB
[URL2] progress 14.9KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 16.3KB / 33.9KB
[URL2] progress 16.3KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 17.8KB / 33.9KB
[URL2] progress 17.8KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 19.2KB / 33.9KB
[URL2] progress 19.2KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 20.6KB / 33.9KB
[URL2] progress 20.6KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 22.0KB / 33.9KB
[URL2] progress 22.0KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 23.4KB / 33.9KB
[URL2] progress 23.4KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 24.8KB / 33.9KB
[URL2] progress 24.8KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 26.2KB / 33.9KB
[URL2] progress 26.2KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 27.6KB / 33.9KB
[URL2] progress 27.6KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 29.0KB / 33.9KB
[URL2] progress 29.0KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 30.4KB / 33.9KB
[URL2] progress 30.4KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 31.8KB / 33.9KB
[URL2] progress 31.8KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 1440
[URL2] progress 33.2KB / 33.9KB
[URL2] progress 33.2KB / 33.9KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg
[URL1] progress 0.0KB / 0.0KB
[URL2] data size = 720
[URL2] progress 33.9KB / 33.9KB
[URL2] progress 33.9KB / 33.9KB
[URL2] progress 33.9KB / 33.9KB
[URL2] progress 33.9KB / 33.9KB
[URL2] complete status 200
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
[URL1] progress 0.0KB / 0.0KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1163
[URL1] progress 1.1KB / 64.8KB
[URL1] progress 1.1KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 2.6KB / 64.8KB
[URL1] progress 2.6KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 4.0KB / 64.8KB
[URL1] progress 4.0KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 5.4KB / 64.8KB
[URL1] progress 5.4KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 6.8KB / 64.8KB
[URL1] progress 6.8KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 8.2KB / 64.8KB
[URL1] progress 8.2KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 9.6KB / 64.8KB
[URL1] progress 9.6KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 11.1KB / 64.8KB
[URL1] progress 11.1KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 12.5KB / 64.8KB
[URL1] progress 12.5KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 13.9KB / 64.8KB
[URL1] progress 13.9KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 15.3KB / 64.8KB
[URL1] progress 15.3KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 16.7KB / 64.8KB
[URL1] progress 16.7KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 18.2KB / 64.8KB
[URL1] progress 18.2KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 19.6KB / 64.8KB
[URL1] progress 19.6KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 21.0KB / 64.8KB
[URL1] progress 21.0KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 22.4KB / 64.8KB
[URL1] progress 22.4KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 23.8KB / 64.8KB
[URL1] progress 23.8KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 25.2KB / 64.8KB
[URL1] progress 25.2KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 26.7KB / 64.8KB
[URL1] progress 26.7KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 28.1KB / 64.8KB
[URL1] progress 28.1KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 29.5KB / 64.8KB
[URL1] progress 29.5KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 30.9KB / 64.8KB
[URL1] progress 30.9KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 32.3KB / 64.8KB
[URL1] progress 32.3KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 33.7KB / 64.8KB
[URL1] progress 33.7KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 35.2KB / 64.8KB
[URL1] progress 35.2KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 36.6KB / 64.8KB
[URL1] progress 36.6KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 38.0KB / 64.8KB
[URL1] progress 38.0KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 39.4KB / 64.8KB
[URL1] progress 39.4KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 40.8KB / 64.8KB
[URL1] progress 40.8KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 42.3KB / 64.8KB
[URL1] progress 42.3KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 43.7KB / 64.8KB
[URL1] progress 43.7KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 45.1KB / 64.8KB
[URL1] progress 45.1KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 46.5KB / 64.8KB
[URL1] progress 46.5KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 47.9KB / 64.8KB
[URL1] progress 47.9KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 49.3KB / 64.8KB
[URL1] progress 49.3KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 50.8KB / 64.8KB
[URL1] progress 50.8KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 52.2KB / 64.8KB
[URL1] progress 52.2KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 53.6KB / 64.8KB
[URL1] progress 53.6KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 55.0KB / 64.8KB
[URL1] progress 55.0KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 56.4KB / 64.8KB
[URL1] progress 56.4KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 57.9KB / 64.8KB
[URL1] progress 57.9KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 59.3KB / 64.8KB
[URL1] progress 59.3KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 60.7KB / 64.8KB
[URL1] progress 60.7KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 62.1KB / 64.8KB
[URL1] progress 62.1KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1452
[URL1] progress 63.5KB / 64.8KB
[URL1] progress 63.5KB / 64.8KB
INF<15741>:ecore_con ecore_con_url.c:1226 _ecore_con_url_data_cb() reading from http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg.pagespeed.ce.yRppR_j7ae.jpg
[URL1] data size = 1337
[URL1] progress 64.8KB / 64.8KB
[URL1] progress 64.8KB / 64.8KB
[URL1] progress 64.8KB / 64.8KB
[URL1] progress 64.8KB / 64.8KB
[URL1] complete status 200
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel