Support for GAE is therefore something I would really like to see added
to Persevere. Besides noting that this is on the roadmap, I also wanted
to see if anyone was interested in working on this. Creating data source
adapters is a relatively self-contained project (in comparison to other
feature additions), so it might be a reasonable, fun project. If not, I
do still plan on adding support for GAE, albeit it will probably remain
lower priority than bug fixes/stabilization, and some of the more
immediate efforts.
Thanks,
--
Kris Zyp
SitePen
(503) 806-1841
http://sitepen.com
Exactly. The timer uses threads, and so I think I could just catch the
error and have setTimeouts fail when running in GAE. File IO means the
default DB (JavaScriptDB) can't be used, a BigTable data source adapter
will have to be used for all the storage in Persevere (which is kind of
the point of GAE).
> Another thing to ask, if there is a way to test Persevere DataSource
> API without starting a Persevere instance?
>
No, I haven't created any type of test harness for doing that.
Kris
Kris