[freenet-dev] fproxy and global queue

2007-02-17 Thread Matthew Toseland
gt; > Devl at freenetproject.org > > > > > > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > > > > > > > > > > > > > ___ > > > > > > Devl mailing list > > > > > > Devl at freenetproject.org > > > > > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > > > > > > > > > > > > > > > > -BEGIN PGP SIGNATURE- > > > > > Version: GnuPG v1.4.6 (GNU/Linux) > > > > > > > > > > iD8DBQFF0z7SA9rUluQ9pFARAjq9AJ9WM+DhhaS8aLSW53UWRoz2SkbJCgCgn9oJ > > > > > DzUk4c0tkoJN1EloJ+Lu2K0= > > > > > =1ysv > > > > > -END PGP SIGNATURE- > > > > > > > > > > ___ > > > > > Devl mailing list > > > > > Devl at freenetproject.org > > > > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > > > > > > > > > > > > ___ > > > Devl mailing list > > > Devl at freenetproject.org > > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > > > > > > > -BEGIN PGP SIGNATURE- > > Version: GnuPG v1.4.6 (GNU/Linux) > > > > iD8DBQFF03JyA9rUluQ9pFARAm/bAJ9c+QNaFtrLH7I8R3Hy9M0aTe4mtACfdbwa > > 1+YbjYXH+F8GbIGQgS461QA= > > =hD3f > > -END PGP SIGNATURE- > > > > ___ > > Devl mailing list > > Devl at freenetproject.org > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > > > ___ > Devl mailing list > Devl at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20070217/a513a43a/attachment.pgp>

[freenet-dev] fproxy and global queue

2007-02-17 Thread bbac...@googlemail.com
Then we should do this always: e.g. in ClientGet alot of methods (like onFailure, receive) have this as the first line: if(finished) return; This is what I added to the progress sender too. Should we really write a log message each time we return because the request is finished? On 2/14/07, Ma

Re: [freenet-dev] fproxy and global queue

2007-02-17 Thread Matthew Toseland
On Sat, Feb 17, 2007 at 07:35:51PM +0100, [EMAIL PROTECTED] wrote: > Then we should do this always: I don't see that it matters that much; as long as we check in onSuccess, onFailure, and when queueing (iirc we check isCancelled in the scheduler?), we'll catch it fast enough. > e.g. in ClientGet

Re: [freenet-dev] fproxy and global queue

2007-02-17 Thread bbackde
Then we should do this always: e.g. in ClientGet alot of methods (like onFailure, receive) have this as the first line: if(finished) return; This is what I added to the progress sender too. Should we really write a log message each time we return because the request is finished? On 2/14/07, Ma