Re: [cfaussie] cfimage processing slow

2012-08-07 Thread Zac Spitzer
if it's slow, they are probably RGBA images this might help http://zacster.blogspot.com.au/2011/05/coldfusion-slow-imageresize-problem.html z On Wed, Aug 8, 2012 at 3:29 PM, Steve Onnis wrote: > currently cf9 > > -- > You received this message because you are subscribed to the Google Groups >

Re: [cfaussie] MAD! Melbourne Adobe Developers: Searn Corfield, Clojure. 21 Aug **TUESDAY**, 2012

2012-08-07 Thread Josh Wines
> > I'll be coming along too. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To view this discussion on the web visit https://groups.google.com/d/msg/cfaussie/-/qS5-jjVdzSIJ. To post to this group, send email to cfaussie@googlegroups.com. To unsu

Re: [cfaussie] cfimage processing slow

2012-08-07 Thread Steve Onnis
currently cf9 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To view this discussion on the web visit https://groups.google.com/d/msg/cfaussie/-/eGz7OD5Ayg8J. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this

Re: [cfaussie] cfimage processing slow

2012-08-07 Thread Zac Spitzer
which version of CF? On Wed, Aug 8, 2012 at 3:27 PM, Steve Onnis wrote: > Could it be a browser this? Only being able to handle a certain number of > requests at a time? I set up a script where i embeded like 50 iframes onto > a page with the url i am trying to process but it didnt seem to do mu

Re: [cfaussie] cfimage processing slow

2012-08-07 Thread Steve Onnis
Could it be a browser this? Only being able to handle a certain number of requests at a time? I set up a script where i embeded like 50 iframes onto a page with the url i am trying to process but it didnt seem to do much at all. -- You received this message because you are subscribed to the G

Re: [cfaussie] cfimage processing slow

2012-08-07 Thread Josh Wines
I wouldn't have thought it would block the other threads if your opening it in another browser. Have you tried using at all? Failing that perhaps looking at something like ImageMagick might help you out. Josh On Wed, Aug 8, 2012 at 3:15 PM, Steve Onnis wrote: > Does anyone one if the processes

[cfaussie] cfimage processing slow

2012-08-07 Thread Steve Onnis
Does anyone one if the processes used behind the cfimage functions are single threaded? Like, can it only process one image at a time? I am having this issue where i am trying to launch multiple browsers to process some images to get it done faster but i still seems like everything is being q