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

  • SEARCH
  • Home
  • 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 314555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:12:38+00:00 2026-05-12T08:12:38+00:00

A took a look at http://erlang.org/doc/apps/inets/http_client.html and found the following: An ordinary asynchronous request.

  • 0

A took a look at http://erlang.org/doc/apps/inets/http_client.html and found the following:

An ordinary asynchronous request. The result will be sent to the calling process on the form {http, {ReqestId, Result}}


      5 > {ok, RequestId} =
      http:request(get, {"http://www.erlang.org", []}, [], [{sync, false}]).

In this case the calling process is the shell, so we receive the result.


      6 >  receive {http, {RequestId, Result}} -> ok after 500 -> error end.
      ok

http:request passes a message to me after calling it that way, but how does it know my process id? As far as I understand, http:request has to do “Pid ! {http, {RequestId, Result}” to send the result to me, but where does it know the value of Pid?

  • 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-12T08:12:38+00:00Added an answer on May 12, 2026 at 8:12 am

    If you look at the definition of the #request{} record (in httpc_internal.hrl), you will see that there is a field called from. It contains the caller’s pid; that’s how the server will be able to send a message to the caller later.

    Looking at the source code of http module you will see that your call will eventually reach the handle_request function, where the from field is set to self().

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

Sidebar

Related Questions

I took a look at some questions here at stack overflow like this &
I was asked to have a look at a legacy EJB3 application with significant
I have a ~ 100000/2 matrix. I'd like to go down the columns, average
I noticed that my Grails war has two Groovy jars in it: groovy-1.7-rc-2.jar and
A friend needs to do some R programming for her PhD and since I'm
I find myself often needing addClassName and removeClassName functions for Element s. However, I
Hi and thank you for your help. We're trying to keep a Sitecore site
I am simulating a thermal camera effect. I have a webcam at a party
I would like a brief and easy way to strip tags from an XHTML
I've thought of a few ways of doing this but I want to get

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.