[appengine-java] Thrift client support

2011-06-11 Thread Lucas Maystre
Hi, I was wondering if it was possible to build a Java thrift client that runs in GAE. After googling a lot, I couldn't find anything... And it's not listed on the "will it play" page. Has anyone ever attempted that? I've heard there's a restriction in GAE with sockets. But I'm not sure thrift

Re: [appengine-java] Thrift client support

2011-06-11 Thread Ikai Lan (Google)
You can't use raw sockets. Random searching via Google seems to indicate that Thrift supports transport over HTTP, which makes me optimistic this will work if you are willing to put time into it: http://nthalk.blogspot.com/2011/04/using-play-framework-as-thrift.html Ikai Lan Developer Programs E

Re: [appengine-java] Thrift client support

2011-06-12 Thread Lucas Maystre
Thanks Ikai. It seems indeed feasible... I'm interested if anyone has already tried it. Lucas -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appeng