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 the original 'Cart editor' example at http://knockoutjs.com/examples/cartEditor.html (jsFiddle - http://jsfiddle.net/rniemeyer/adNuR/ ) and
I just took a look at this answer , and I noticed the following
I took a look at this answer and it goes in part to solving
I took a look in the developer's console and saw for the first time
I took a look at surveyor and smerf but it looks like smerf is
So I took a look at the x86 assembly language; All the commands are
Just wondering if there is a Python MTA . I took a look at
I know this question has been asked before, and I took a look at
I took over an old HTML based site with all hard coded links, no
http://pastie.org/931617 is a link to the source code. If there is a better way

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.