Yes, it calls is in a WSGI mode. I've found that response time is around 
80-100ms.

On Monday, February 8, 2016 at 5:02:00 PM UTC+1, Florian Apolloner wrote:
>
> Hi Rich,
>
> to quote from your blog post:
>
>> the server is created *after* the HTTP request comes in through API 
>> Gateway. It then turns the API Gateway request into normal Python WSGI, 
>> processes the request, and returns it back through the API Gateway to the 
>> client.
>>
>
> Doesn't that effectively mean you are running in a CGI like mode? If yes, 
> performance will suck, if no, you are still running persistent servers 
> somewhere, which would make me wonder why you do not have to pay for them 
> (memory…)
>
> Cheers,
> Florian
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/6255a648-3d7b-4d06-8258-dad81266d65c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to