On Fri, Jun 29, 2012 at 10:20 AM, Ron Lindhoudt <[email protected]>wrote:

> I was wondering if I can speed up the rendering process of Oracle data
> using parallel rendering with the function setThreadPool of
> StreamingRenderer.
> I cannot find an example. Does anybody have experience with this?
>

It does not speedup things compared to normal, a thread pool is used
anyways for rendering, which
is split in two chained tasks, reading data and painting data, connected
with a queue.
The setThreadPool is marginally beneficial if you have a ton of tiny
rendering requests, since setting a thread
pool of your own you'd avoid the creation of the secondary painting thread
for every request
(the speedup is probably measurable, but I don't believe you'll be able to
see it by the naked eye).

Cheers
Andrea

-- 
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313
mob:    +39 339 8844549

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to