Fritz Zaucker wrote:
> I guess one should save at least the source code to persistent storage every
> once in a while ...
>   
Yes. In fact, we can have the sdk and project dir in a persistent 
storage as usual and in a custom build script, we can rsync the 
sdk+project dir to a tmpfs mounted dir, then build it in the tmpfs. That 
way, any changes will first be rsynced, which on a local partition won't 
take much time and then build will be fast too.

That way code is always in the persistent storage. And any new/changed 
file only are copied by rsync to tmpfs which takes very less time, 
around 429ms for me.

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to