Omgili - forum search, search forums  
  

Discussions about good thread

Displaying 1 - 10 out of 1,062,004 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
Hello, I'm writing a game engine and I need a way to get a precise and accurate "deltatime" value from which to derive the current FPS for debug and also to limit the framerate (this is important for our project). Doing a bit of research, I found out ...
Started by on , 7 posts by 7 people.  
1) A thread may allocate a thread to whichever core....
Windows spreads the load over all the processors to maximize performance .
Threads can be, and are (unless they have an affinity set) reallocated while the thread is running.
I prefer a lib solely based on pthreads. What is a good c++ lib to for threading?
Started by on , 5 posts by 5 people.  
Boost is the most standard library for C++, that is not in... .
Here are some: Boost Thread - This is the most standard choice.
I looked at some options some time ago.
With the threads, then you could look at Thread Building Blocks .
Looking for a good site or book that explains windows threads, preferably for a beginner. Maybe has a example program to run, etc....
Started by on , 3 posts by 3 people.  
One of the best ways to get a very good understanding of how Windows Win32 programming works with C++.
Ask your Facebook Friends
Hello people!!! Can someone recommend me a good book about threading in .Net, im using the 3.5 framework and working with Visual Basic. Thanks in advance
Started by on , 6 posts by 6 people.  
That said, ....
There is only one really good book about multithreading on the .NET framework - Joe Duffy's will get from Duffy.
This isnt a book.
But not least, Jon Skeet also has a good guide to threading in .Net available here .
Should there be any preconditions to be fulfilled by a team if the team were to be assigned a task that would involve a good deal of multi-threaded coding? What would you look for?
Started by on , 10 posts by 10 people.  
In addition structure complex multithreaded apps? Why only 1 UI thread? What is a mutex? What is a semaphore? Whats a reader writer lock,....
ReaderWriterLockSlim in 3.5 vs ReaderWriterLock in 2.0) I'd look for some damn good programamers.
I was recently working on an application that sent and received messages over Ethernet and Serial. I was then tasked to add the monitoring of DIO discretes. I throught, "No reason to interrupt the main thread which is involved in message processing, I...
Started by on , 15 posts by 15 people.  
Multi-threading is not a good idea if you need to guarantee precise physical multi-threading is good for really parallel tasks if you don't care much about their relative speed threads in ....
There is a finite answer.
I am at the end of my first year doing computer science and want to mess around with something basic. I want to use threads so I can learn. What are some good examples to learn from?
Started by on , 6 posts by 6 people.  
So he's a ....
Oh yeah, and Doug Lea wrote most of java.util.concurrent.
Data typically block the user interface, making them good candidates for a multithreaded design a ton of great information on writing good multithreaded code in Java.
With the rise of multicore CPUs on the desktop, multithreading skills will become a valuable asset for programmers. Can you recommend some good resources (books, tutorials, websites, etc.) for a programmer who is looking to learn about threaded programming...
Started by on , 18 posts by 18 people.  
Joseph Albahari wrote a good overview of Threading in C# here: http://www.albahari.com/threading/ I've read (most of) Java Concurrency in Practice by Brian Goetz, which is very good: WinForms UI Thread Invokes: An....
Hi! I recently switched form ubuntu to MacOSX. I also recently started heavily using multi threading. What good addons/alternatives are there to g++ for debugging multi-threaded apps on MacOSX? In particular, I'm interested in tools that let me "poke"...
Started by on , 4 posts by 4 people.  
Spin is a model checker which runs through every state... .
Look into Spin and Promela.
It's not a GUI tool like you suggested, but it'll save you a hell of a lot of time .
Especially Helgrind.
Does Xcode with Shark and CHUD not do what you want? Valgrind .
Hi guys, I'm looking for some help in finding some decent tutorials off the web to help supplement what I have learned in the book I am reading. If any of you guys got some tutorials that include UI Threading also, that would be brilliant ! UI Threading...
Started by on , 6 posts by 6 people.  
Code Project has a great article on lower-level .Net asynchronous invocation methods .
IMO, the albahari good one.
Make sure to check out Parts II and III also .
In Windows Forms is also pretty good.
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost