[Webkit-unassigned] [Bug 147178] Replace Google App Engine with AppScale

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 16:56:35 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147178

--- Comment #4 from Daniel Bates <dbates at webkit.org> ---
Comment on attachment 257669
  --> https://bugs.webkit.org/attachment.cgi?id=257669
Updated Patch, updated https port numbers.

View in context: https://bugs.webkit.org/attachment.cgi?id=257669&action=review

> Tools/QueueStatusServer/app.yaml:4
> +runtime: python27
> +threadsafe: false

It would be good to understand the need to explicitly use the Python 2.7 runtime.

Elaborating on the reasoning for specifying the YAML property threadsafe, we must explicitly define this property when using the Python 2.7 runtime per <https://cloud.google.com/appengine/docs/python/python25/migrate27#appyaml>. We define threadsafe to be false because the status server code was written to be run in AppEngine's CGI environment (by <http://trac.webkit.org/browser/trunk/Tools/QueueStatusServer/main.py?rev=174622#L90> and <https://cloud.google.com/appengine/docs/python/tools/webapp/utilmodule#run_wsgi_app>). And AppEngine's CGI programming model handles requests serially per section "Concurrent Requests and WSGI" of <https://cloud.google.com/appengine/docs/python/python25/migrate27>.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150728/e2c963a7/attachment-0001.html>


More information about the webkit-unassigned mailing list