473,395 Members | 1,987 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

threaded system design advice?

I'm looking for an appropriate newsgroup to ask for input about
designing and implementing a good multi-threading system for a
consumer/producer-type user interface. Does such a specialized group
exist, or should I just ask here?

I'm also looking for recommendations on books about designing
multi-threaded applications.

Mar 3 '06 #1
3 1639
Paul Miller wrote:
I'm looking for an appropriate newsgroup to ask for input about
designing and implementing a good multi-threading system for a
consumer/producer-type user interface.
Never use threads as a substitute for a good design.

If you start with a clean design, it will be easier to optimize,
concurrent-ize, or distribute. If you start with an ugly design, and
prematurely make it concurrent, it will become very hard to make clean.

And never use threads "because it's a GUI". Event-driven object models are
always superior to routines with nested loops.
Does such a specialized group
exist, or should I just ask here?


Google for a newsgroup that covers your threading library.

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!
Mar 3 '06 #2
Paul Miller wrote:
I'm looking for an appropriate newsgroup to ask for input about
designing and implementing a good multi-threading system for a
consumer/producer-type user interface. Does such a specialized group
exist, or should I just ask here?
news:comp.programming.threads

Ask here _only_ the questions related to C++ _language_. Since no
threading is defined in C++, it's rather hard to answer threading
questions without veering off topic.
I'm also looking for recommendations on books about designing
multi-threaded applications.


Ask in comp.programming.threads, I am sure they know.

V
--
Please remove capital As from my address when replying by mail
Mar 3 '06 #3
Victor Bazarov wrote:
Paul Miller wrote:
I'm looking for an appropriate newsgroup to ask for input about
designing and implementing a good multi-threading system for a
consumer/producer-type user interface. Does such a specialized group
exist, or should I just ask here?


news:comp.programming.threads

Ask here _only_ the questions related to C++ _language_. Since no
threading is defined in C++, it's rather hard to answer threading
questions without veering off topic.
I'm also looking for recommendations on books about designing
multi-threaded applications.


Ask in comp.programming.threads, I am sure they know.


Thanks - this is what I was looking for. I didn't see that in my initial
search for a newsgroup.

Mar 4 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Matthew Bell | last post by:
Hi, I've got a question about whether there are any issues with directly calling attributes and/or methods of a threaded class instance. I wonder if someone could give me some advice on this. ...
2
by: dee | last post by:
hi, I considering designing a online snipe system. This where i input a price and the application will submit the snipe at the desired time to the site. I have been thinking about the design of...
5
by: Macca | last post by:
Hi, I have a multithreaded app which now needs database storage. I am in the process of designing my Data Access Layer but and was wondering what issues I should look for for in regards to a...
2
by: Adrienne Boswell | last post by:
The threaded discussion scripts I have found so far all use nested tables (yuk!). Other message type scripts do not show a threaded structure, and I think that's really important. So, let's...
14
by: Snor | last post by:
I'm attempting to create a lobby & game server for a multiplayer game, and have hit a problem early on with the server design. I am stuck between using a threaded server, and using an event driven...
0
by: John Rogers | last post by:
Can someone offer some advice. I have the following code that works to do a threaded file copy. private void CopyFolder(object o) { string sourceFolderPath = "Source Not Found"; string...
12
by: bullockbefriending bard | last post by:
I am a complete ignoramus and newbie when it comes to designing and coding networked clients (or servers for that matter). I have a copy of Goerzen (Foundations of Python Network Programming) and...
30
by: Yorian | last post by:
Hey, Although I've been using classes and object for quite a while now I've never actually programmed proper OO code yet. It ofcourse depends on what you call proper OO code. I have been...
0
by: 703designs | last post by:
I'm with FutureShock, both of you guys got a little too heated. But it livened up my midday a bit, for what it's worth. Thomas On Nov 10, 10:02 pm, FutureShock <futuresho...@att.netwrote:
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.