Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 611209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:45:31+00:00 2026-05-13T17:45:31+00:00

When I get a GET request from a user, I send them the response

  • 0

When I get a GET request from a user, I send them the response and then spend maybe a second logging stuff about that request. Is there a way to close the connection when I have the response ready, but continue doing that logging part, so that the user wouldn’t have to wait for it to complete?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:45:32+00:00Added an answer on May 13, 2026 at 5:45 pm

    From the Google App Engine docs for the Response object:

    App Engine does not support sending
    data to the user’s browser before
    exiting the handler
    . Some web servers
    use this technique to “stream” data to
    the user’s browser over a period of
    time in response to a single request.
    App Engine does not support this
    streaming technique.

    So there’s no easy way. If you have a bundle of data that you can pass to a longer-running “process and log” method, try using the deferred library. Note that this will requiring bundling your data up and sending it to the task queue to do your processing and logging, so

    1. you may not save much time, and
    2. the results may not look much like you’d want – for example, you’d be logging from a different request, so might need to radically alter the logging

    Still, you could try.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to send a GET request to a App Engine server from a
I'm trying to make a https get request from behind a squid proxy with
I'm trying to URL encode a string to form a GET request from objective-c.
Here is my problem step by step, 1- I do ajax get request from
Is there a way to get request.session from inside a class-based view? For instance,
In my web application , I get a request from the client. I process
Is it possible to get the raw HTTP Request from the HttpServletRequest object? I
I use a get request to receive a list of a data from a
From my JSP, I am sending a GET request with a parameter called jobDetails
Why I'm getting this error. My variables get the names from request, and also

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.