[Rabbit-proxy-users] alternative image handler
Brought to you by:
ernimril
|
From: Robert O. <ro...@kh...> - 2005-08-09 23:24:19
|
Hello!
I have written an alternative image handler,
it may have less latency than the old one.
It is still throwing a few random errros, but if anyone
want to test it, tell me. Otherwise it will probably be
in the next release (hopefully without throwing exceptions :-).
It has a few advantages:
1) the code is simpler
2) it may have less latency
3) it does not care about the cache (let a lower layer handle it).
This means that it is possible to set cache size to 0 and still have
image conversion.
Some possible problems:
1) Not sure about error handling when bad images are converted.
2) May send larger image (there are a few that convert to larger images).
3) Still untested.
It will always use chunked data sending, but that is hopefully not a
problem.
I will play with it some more tomorrow, for anyone interested:
http://www.khelekore.org/rabbit/RabbIT2.0.42-pre1.jar
Have fun
/robo
|