Omgili - forum search, search forums  
  

Discussions about multi threaded

Displaying 1 - 10 out of 59,448 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.
All ThreadPool threads are in the multithreaded apartment. --As per the MSDN What does that mean? I am really concerned with what the difference between the multi vs single threaded apartment model is. Or what does the apartment model mean? I have read...
Started by on , 5 posts by 5 people.  
You are guaranteed that the creation and all calls will be made... .
STA (single-threaded apartment) and MTA (multi-threaded apartment that it is in a single-threaded environment, use STA.
There will be no guards put in place.
I would like to know why we prefer to make web servers multi-threaded instead of make it multi-process web servers .... Is it because of legacy issues I would like to hear practical reasons as well as theoretical reasons
Started by on , 3 posts by 3 people.  
Very quick to start.
A thread, on the other hand, is essentially just a stack.
To be torn down.
Hi, I'm trying to write an editor overtop a multi-threaded game engine. In theory, through the editor, the contents of the scene can be totally changed but I haven't been able to come up with a good way for the engine to cope with the changes. (ie delete...
Started by on , 4 posts by 4 people.  
In addition to the two-....
If memory is not a problem, you can could have a two-stage process, where the changes are done in one model, and then a snapshot is taken for the renderer, this way the renderer would always see a consistent view of the model .
Ask your Facebook Friends
Is it possible to use distinct libraries A, B, C in the same project in Visual Studio, where A is a static library, B is multi-threaded and C is a multi-threaded DLL? Or do they all have to be the same type for a single .exe output? Edit: Sorry, A is ...
Started by on , 3 posts by 3 people.  
Are you talking about libraries compiler with different CRT linking... .
A will get compiled directly into the exe B Not sure about what this one is C Yes, functions within this library will be linked at runtime .
Not sure what B is but the general idea is yes .
What are some concrete examples of applications that need to be multi-threaded, or don't need to be, but are much better that way? Answers would be best if in the form of one application per post that way the most applicable will float to the top.
Started by on , 14 posts by 13 people.  
E.g., you want your is single....
Other than that no application needs to be multi-threaded.
As there is only one thread at a time run anyway!) Writing multi-threaded code is often harder as you may have thing at once.
Does anybody know of a good GDB (or other Linux debugger) tutorial for debugging multi-threaded C code? I'm looking for one that includes simple examples.
Started by on , 4 posts by 4 people.  
When debugging multi-threaded C code using GDB, I usually refer to the entry in the gdb manual helpful : redhat.com - Debugging programs with multiple threads Multi-threaded Debugging Techniques in multi-threaded....
I am looking to build a multi-threaded text import facility (generally CSV into SQL Server 2005) and would like to do this in VB.NET but I am not against C#. I have VS 2008 trial and just dont know where to begin. Can anyone point me in the direction ...
Started by on , 4 posts by 4 people.  
As Thread t = New Thread(AddressOf Me.BackgroundProcess) t.Start() Private Sub BackgroundProcess() Dim a BackgroundWorker component that communicates using events, with cross-thread marshaling to the user-interface thread.....
I have a Java service which now will execute in a batch mode. Multi threaded support is added to the service so for every batch request a thread pool will be dedicated to execute the batch. The question is how do I test this? I have functional tests that...
Started by on , 4 posts by 4 people.  
This is a nice and declarative way to run multi-threaded tests against your what I do when....
In a single threaded way, but it reduces the amount of errors I get when I switch to the multi thread 10 times concurrently.
Just like the title, I'm wondering if anyone has any experience using log4net in a multi-threaded environment like asp.net. We are currently using log4net and I want to make sure we won't run into any issues.
Started by on , 3 posts by 3 people.  
You will want.
Log4net (and log4cxx) in highly multi-threaded environments without issue.
I'm trying to debug a deadlock in a multi-threaded Python application after it has locked up. Is there a way to attach a debugger to inspect the state of the process? Edit: I'm attempting this on Linux, but it would be great if there were a cross-platform...
Started by on , 6 posts by 6 people.  
You need to replace lines like this while $pc < Py_Main || $pc is good for ... .
You can attach a debugger to a multi-threaded Python for multi-threaded debugging (!).
Supposedly winpdb supports it.
But it was abandoned.
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