On Mon, Nov 3, 2008 at 9:12 AM, Jesse Grosjean <[EMAIL PROTECTED]> wrote:
> I'd like to port that code to app engine, but I'm getting stuck > because the normal OpenSSL api's that I'm used to are not available on > app engine (at least I think not, correct me if I'm wrong), and I > don't really understand RSA that well... I just use the API's. That's going to be a fairly CPU-intensive operation; I don't think it's well-suited to App Engine's current facilities. Your best option would be to perform the licence key computation somewhere else and hook it all together via cron and HTTP requests. Dave. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
