[transfer-dev] Re: Architecting for scalability

2009-06-26 Thread Elliott Sprehn
On Jun 25, 2:39 pm, Mark Mandel mark.man...@gmail.com wrote: Of course the other option is - have 2 transferFactories, one for read, and one for write, with an application scoped cache. That would work too ;o) Mark It won't work because Transfer will do all kinds of queries when cloning,

[transfer-dev] Transfer on Railo

2009-06-26 Thread whostheJBoss
I have managed to get Transfer working on Railo, although I am having a few issues. On my development box everything is fine. I have 4 gigs of RAM and I don't get any errors. On my testing server I have 512mb of RAM and I get java heap space errors left and right when I'm doing creates or on

[transfer-dev] Re: Something is getting cached

2009-06-26 Thread Dan Vega
Loaded via coldspring cffunction name=onApplicationStart returnType=boolean output=false cfset coldspringConfig = /quickconnects/config/coldspring.xml cfset application.coldspring = createObject('component',

[transfer-dev] Re: Architecting for scalability

2009-06-26 Thread Mark Mandel
On Fri, Jun 26, 2009 at 5:18 PM, Elliott Sprehn espr...@gmail.com wrote: On Jun 25, 2:39 pm, Mark Mandel mark.man...@gmail.com wrote: Of course the other option is - have 2 transferFactories, one for read, and one for write, with an application scoped cache. That would work too ;o)