On Dec 4, 11:58 am, Jacob Munson <
yacoub...@gmail.com> wrote:
> This is a little off topic, but I wanted to note that there is a small
> movement in the ColdFusion community to use the cloud for apps. There is an
> alternate CF server called Open BlueDragon (it's FOSS), and they support
> Google App Engine. So it's fairly trivial to take an existing CF app that
> works with OpenBD and port it to Google App. Engine. Here's an example site
> running under this "stack":
http://www.legatowheels.com/
>
> It's a little odd working with GAE, because you have to change how you think
> about server interactions. You don't store files on your sever, you put
> them into Google's data store, which is effectively database. So on when
> you are using code to work with files in this way, you have to switch from
> file system functions to BLOB functions. There are a few other oddities
> like that.
>
> Anyway, since you guys were talking about Microsoft's Cloud stuff, I thought
> I'd throw this out there for the curious among you. :)
>