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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:53:21+00:00 2026-06-01T15:53:21+00:00

I have a game server that spawns a thread for each client with forkIO.

  • 0

I have a game server that spawns a thread for each client with forkIO. I want to, for example, share a list of clients and a list of monsters with all of them.

My first idea was to have one TVar container for a data type containing both lists, but say two threads changes a client and monster at the same time, that would rollback one of them, if I understood that part correct. Which would be an unnecessary rollback.

The second idea was to make the lists TVars and then just pass them as arguments, but I’d rather have them in a container to keep the code clean and easily managed if more lists are to be added.

Is there a way to pass a couple of TVars in a container or am I overthinking the first idea?

  • 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-06-01T15:53:22+00:00Added an answer on June 1, 2026 at 3:53 pm

    How about just creating a containing data type that contains 2 TVars? This isn’t much different from just passing the TVars as separate arguments, but it keeps them “packaged” together, which you seem to prefer.

    data GameState = GameState {clients :: TVar [Client], monsters :: TVar [Monster]}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET page that gets a list of game server ip addresses
I have a game server (WoW). I want my players to download my custom
I have a game server application (Java) and want to have PHP communicate directly
I'm developing a game. I want to have game entities each have their own
We have application that involves C++ socket server, Flash client that communicates with C++
i want to have both an Apache and a Game Server to be reachable
I have a client and a server that I'm trying to get to speak
I have a game server which is made in Java. I want to make
I have a client-server game, where the client connects to a server and stays
I'm working on a little client that interfaces with a game server. The server

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.