But yes, you're correct. Only for me is more important a streaming between
the client and the my app.

вт, 10 июл. 2018 г., 23:40 Aleksander Efremov <mr.ef...@gmail.com>:

>
> https://cloud.google.com/appengine/docs/standard/nodejs/how-requests-are-handled
>
> Streaming Responses
>
> App Engine does not support streaming responses where data is sent in
> incremental chunks to the client while a request is being processed. All
> data from your code is collected as described above and sent as a single
> HTTP response.
>
> вт, 10 июл. 2018 г., 19:10 Jason Collins <jason.a.coll...@gmail.com>:
>
>> Streaming doesn't work for inbound requests (i.e., requests from a client
>> to your App Engine app), but should work fine for outbound requests
>> originating from your App Engine app to another server.
>>
>>
>> On Mon, 9 Jul 2018 at 22:11 Aleksander Efremov <mr.ef...@gmail.com>
>> wrote:
>>
>>> Yes, I use `http`/`https` native libraries and I use streaming of course
>>> when it's possible. But as I understood from the AppEngine documentation,
>>> streaming doesn't work and all responses are buffered in any case. Do you
>>> know why streaming isn't ready yet and when it will possible?
>>>
>>>
>>> On Monday, July 9, 2018 at 6:49:18 PM UTC+4, Steren Giannini wrote:
>>>
>>>> Hi,
>>>>
>>>> As commented on the bug: It is not clear what problem a Node.js
>>>> implementation of urlfetch would solve.
>>>> Today, developers can use idiomatic methods to send asynchronous
>>>> requests to HTTP endpoints, for example by using the native `http` module.
>>>> Did you try it?
>>>>
>>>> Steren
>>>> Product Manager
>>>> App Engine
>>>>
>>>> On Sun, Jul 8, 2018 at 10:25 PM Aleksander Efremov <mr.e...@gmail.com>
>>>> wrote:
>>>>
>>> oh, yes, it's important note, thanks.
>>>>>
>>>>> On Friday, July 6, 2018 at 6:58:38 PM UTC+4, Jeff Schnitzer wrote:
>>>>>
>>>>>> There's one big disadvantage of the URLFetch service, which is that
>>>>>> it's limited to 32MB inbound and 10MB outbound. Those are pretty small
>>>>>> numbers in this day and age.
>>>>>>
>>>>>> In Java8-land I've used both Apache HttpClient and OkHttp and both
>>>>>> work normally.
>>>>>>
>>>>>> Jeff
>>>>>>
>>>>>> On Thu, Jul 5, 2018 at 10:06 PM Aleksander Efremov <mr.e...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>> Thanks, then I will star of course that feature request. And it's very
>>>>>>> good there isn't difference.
>>>>>>>
>>>>>>> On Thursday, July 5, 2018 at 11:58:27 PM UTC+4, Yasser Karout (Cloud
>>>>>>> Platform Support) wrote:
>>>>>>>>
>>>>>>>> Currently, there is no implementation of urlfetch for Node.js so
>>>>>>>> you would have to use the standard HTTP library
>>>>>>>> <https://nodejs.org/api/http.html> or other libraries to issue
>>>>>>>> HTTP requests.
>>>>>>>>
>>>>>>>> I created a feature request on the issue tracker website
>>>>>>>> <https://issuetracker.google.com/111182003> which will get
>>>>>>>> forwarded to engineering. You can click on the star next to the request
>>>>>>>> title on the top of the page to mark that you are interested in the 
>>>>>>>> feature
>>>>>>>> and receive email updates.
>>>>>>>>
>>>>>>>> However there are no ETAs or guarantees of implementation for
>>>>>>>> feature requests.
>>>>>>>>
>>>>>>>> Regarding performance, all HTTP requests, whether urlfetch is used
>>>>>>>> or not, are issued using App Engine’s URL Fetch service
>>>>>>>> <https://developers.google.com/apps-script/reference/url-fetch/> for
>>>>>>>> efficiency and scaling purposes. Meaning performance will not differ 
>>>>>>>> while
>>>>>>>> using native libraries or urlfetch.
>>>>>>>>
>>>>>>>> One advantage that urlfetch has is that it provides you with an
>>>>>>>> interface to make asynchronous requests
>>>>>>>> <https://cloud.google.com/appengine/docs/standard/python/issue-requests>
>>>>>>>> .
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tuesday, July 3, 2018 at 2:01:26 AM UTC-4, Aleksander Efremov
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> All outbound requests in the "appengine" of "python" and "go"
>>>>>>>>> issue via "urlfetch" service. But for "node.js" it isn't available. 
>>>>>>>>> There
>>>>>>>>> is improvements on using the "urlfetch" service instead of a native
>>>>>>>>> libraries in "python" and "go"? And why it isn't implemented for 
>>>>>>>>> "node.js"?
>>>>>>>>>
>>>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "Google App Engine" group.
>>>>>>>
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to google-appengi...@googlegroups.com.
>>>>>>> To post to this group, send email to google-a...@googlegroups.com.
>>>>>>
>>>>>>
>>>>>>> Visit this group at https://groups.google.com/group/google-appengine
>>>>>>> .
>>>>>>> To view this discussion on the web visit
>>>>>>> https://groups.google.com/d/msgid/google-appengine/39c3df33-ceec-4af6-8204-c878b3ab9630%40googlegroups.com
>>>>>>> <https://groups.google.com/d/msgid/google-appengine/39c3df33-ceec-4af6-8204-c878b3ab9630%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Google App Engine" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to google-appengi...@googlegroups.com.
>>>>> To post to this group, send email to google-a...@googlegroups.com.
>>>>> Visit this group at https://groups.google.com/group/google-appengine.
>>>>>
>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/google-appengine/10f3f503-8b21-453f-80d4-acbe2d8e7e3b%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/google-appengine/10f3f503-8b21-453f-80d4-acbe2d8e7e3b%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/google-appengine/HWSKQIiAmeg/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> google-appengine+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-appengine/adedb59c-3c3b-41ba-ba25-7fbc289e75cc%40googlegroups.com
>>> <https://groups.google.com/d/msgid/google-appengine/adedb59c-3c3b-41ba-ba25-7fbc289e75cc%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/google-appengine/HWSKQIiAmeg/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-appengine/CAL_dBeaRCKQgezGdXjWy-fFh1HvedQ7yTFaV6ozyfbWBYS%2BBYQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/google-appengine/CAL_dBeaRCKQgezGdXjWy-fFh1HvedQ7yTFaV6ozyfbWBYS%2BBYQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAGR2zgo0oFSz%2BvUiQ2zD-3Ev5g0N1YOyjtLz7T5DU9taahetcQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-app... 'Yasser Karout (Cloud Platform Support)' via Google App Engine
    • [googl... Aleksander Efremov
      • Re... Jeff Schnitzer
        • ... Aleksander Efremov
          • ... 'Steren Giannini' via Google App Engine
            • ... Attila-Mihaly Balazs
              • ... Jason Collins
            • ... Aleksander Efremov
              • ... Jason Collins
              • ... Aleksander Efremov
              • ... Aleksander Efremov
        • ... 'Yasser Karout (Cloud Platform Support)' via Google App Engine

Reply via email to