How would you load the input data for the Recommender is an important
consideration. AppEngine has partial FileSupport. i.e you can only Read
Files that are in the WAR and not write to any files except Log files.
You can load files from URL - but how would the large URL file behave is the
risk.


On Tue, Oct 20, 2009 at 11:33 AM, Sean Owen <[email protected]> wrote:

> No, shouldn't spawn threads, not the core bits. I agree there might be
> a gotcha in there somewhere.
>
> On Tue, Oct 20, 2009 at 7:31 PM, Jake Mannix <[email protected]>
> wrote:
> > Does the recommender engine spawn any threads anywhere inside?  AppEngine
> > is pretty strict about a lot of weird little things (touching System.*,
> > trying to create
> > threads, writing to the filesystem, open a socket, etc...).  It might
> work
> > fine, but
> > I would not be surprised if it didn't.
> >
>

Reply via email to