Gordon Luk said the following on 12/23/2010 10:57 PM:
> Thanks OpenBD Dev Team for your great effort.
>
> At my personal point of view, OBD on GAE is great deployment option.
> Is there a details features/tags/functions table for the different
> between full OBD and OBD-GAE? Thx.
Not the moment IIRC.  This is the run down from memory:

    * cfimage -> use GAE image API instead
    * cfhttp -> this does work as it is a wrapper forGAE URL fetch API
          o You cannot make arbitrary network calls unless you use this API
    * cfcaptcha -> use another captcha service
    * cfftp -> I don't think there is a replacement here, GAE disallows
      FTP ports
    * cfmail -> this does work as it is a wrapper for GAE mail API (the
      only thing that doesn't work is spooling mail in background)
    * cfthread -> you cannot spawn new threads
    * cfdirectory and cffile
          o You cannot write to the local file system however OpenBD on
            GAE uses the VFS package (which one of the BD people wrote
            and it will be included in future GAE API) so you can use
            those tags to write to the virtual file system
    * cfpdf -> don't know
    * You cannot execute requests that take longer than 30 seconds

I am not an OpenBD engineer so this could be a little out dated, so I
know that Alan or Andy will correct me if I'm wrong with anything.

.pjf

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to