Is it possible to notify every time interval? Say, every second or so. That way the cost would also not vary with download/upload speed. frank On 14 September 2012 19:15, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Not good ;-)
The actual signalling happens in ZnUtils class>>#streamFrom:to:[size:] every 16Kb using an HTTPProgress notification/exception. Maybe that is too much or too fast; that would mean there are 32 notifications for downloading 512Kb. Any suggestions on what would make more sense ?
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
On 14 Sep 2012, at 19:09, Camillo Bruni <camillobruni@gmail.com> wrote:
we just discovered a strange side-effect of enabling progress report on ZnClient when loading mc packages: - with progress notification: ~1s - without notification: ~30ms
I didn't dig more into the details bug this is quite a diff :D, and most probably the main cause that pharo loads configurations and mc stuff slowly. The latest pharo2.0 release has the progress report disabled.
best cami