Omgili - forum search, search forums  
  

Discussions about multi threaded

Displaying 1 - 10 out of 82,013 discussions.  
RSS Feed Options
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.
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.
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.
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
How do you create a multi-threaded asp.net ajax update panel? thanks!
Started by on , 3 posts by 3 people.  
You can have an Ajax request go to the server which calls a server side method that can spawn multiple threads, but the update panel itself cannot be made multi threaded..
Designed to be multi-threaded.
Are lambda expressions multi-threaded? Say when you write a mathematical formula as a lambda method, when you pass it to another method, would it be multi-threaded?
Started by on , 8 posts by 8 people.  
However, if you want to do some linq-like multi-threaded programming, you shouldNo, they are....
multi-threaded, nor do the standard linq-to-objects extension methods do anything special to call them in separate threads.
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.
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.  
Give them a broken multi threaded problem structure complex multithreaded apps? Why only 1 UI thread? What is a mutex? What is a semaphore? Whats a reader writer lock, and ....
Can't make it up as you go along and hope for the best .
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....
When we should use threads in our application. In other words, when should I convert a single threaded application to multi-threaded application. Being a developer, I think the task which is preventing to your application to run smoothly. That task can...
Started by on , 6 posts by 6 people.  
I implemented my own multi-threaded i.e 'every 500ms check if x has changed' However, switching to multi-threaded or concurrentA very good to reason to "convert....
And often called) sorting algorithm was only running on one core .
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