No, you can't host Wiab on AppEngine. AppEngine has severe restrictions like 30 seconds deadline on any operations that would prevent holding permanent connections that Wiab requires. AppEngine also has restriction on maximum DB record of 1MB - which would make it very hard to persist Wave data into DB. Ajyway, Wiab was not designed with goal to be deployed into cloud but to run on it's own server, so even if AppEngine would remove the restrictions - still a lot of work should be done as to change Wiab architecture in order to allow it to be deployed as Web Application into some java server. So, it is not going to happen (imho) anytime soon.
On Dec 9, 6:51 pm, jbills <[email protected]> wrote: > Would it be possible to host wave in a box on App Engine. What > modifications would be required to do this? -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
