Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 23765

Multithreading allows multiple threads to exist within the context of a single process sharing same resources but are able to execute independently.

6 votes
2 answers
5k views

How to use OpenGL functions from multiples thread?

I'm writing a small game using OpenGL. I'm implementing basic networking in this game and I'm facing a problem. I have a thread in my client socket class that check for available data, when there ar …
Aldo's user avatar
  • 309
1 vote
0 answers
101 views

How to handle player actions in a multithreaded gameserver

I'm working on a multiplayer game, and today I implemented basic "spatial hashing" in my entity-component-system. Before implementing that algorithm, I was sending players actions to all connected pl …
Aldo's user avatar
  • 309