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 6923465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:32:21+00:00 2026-05-27T10:32:21+00:00

I want to manually create TChan mailboxes for threads where messages/network packets that come

  • 0

I want to manually create TChan mailboxes for threads where messages/network packets that come in get collected in the same queue as messages from local threads.

I am not sure what a typical Haskell approach would be here. How can I write from e.g. a socket to a TChan mailbox?

Will it then be one Mailbox with several separate queues? Or in deed several mailboxes?

I have looked into epass but not tried yet. Altough I think what I want to do should be possible I have not really a detailed idea to get me started. Does anyone have a code example of something similar?

  • 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-27T10:32:22+00:00Added an answer on May 27, 2026 at 10:32 am

    I suspect you may be overthinking this a bit, actually. TChan is a pretty simple abstraction, and merely an inert data structure on its own. If you want to use one, just have threads read/write using it as appropriate.

    So to connect a socket, you can simply create code that polls the socket and writes anything there to the TChan. Put that in an infinite loop then wind it up and let it fly. Haskell’s threads are pretty darn lightweight and immutability means concurrency headaches mostly don’t exist, so other than being careful not to use blocking FFI calls (this could be a concern with sockets, so read the documentation) there’s no reason to hesitate to use threads when they make sense.

    If you really do want something fancier than that and find a library that would work, perhaps epass, then what you really want is example code for that specific library.

    Oh, and for what it’s worth–the implementation of TChan is essentially a linked list made of TVars with two references into it, nothing more. Reading moves the head pointer forward, leaving the earlier cells alone for either copies of the TChan or the garbage collector to find, and writing creates a new cell at the tail pointer. All of that is done in STM transactions, of course.

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

Sidebar

Related Questions

I want to generate random numbers manually. I know that every language have the
I want to create radio buttons or other type of controls that will act
I want to create a panel (or any other component) inside a component that
I have a webview and I want to manually switch to another tab during
Very simple Winforms application I want to deploy manually. Can all the referenced assemblies
i want to fire an event manually using c#. For instance, say if i
How do I manually touch a UIView means programattically. I want to touch a
What I'm trying to do is create a class that I can quickly attach
I was thinking about how to create a program that would only be valid
I want to create a field in my database which will be easy to

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.