Threading server application design?

Forum Index » Forums » Programming and Development
Author Message
Joined: May 19, 2008
Posts: 1
Other Topics
Posted May 20, 2008 at 2:44:42 AM
Subject: Threading server application design?
Good day everyone, I'm currently working on designing a custom application. This application will need to poll remote systems over the network, process this data, and serve the processed data to several other computers, all in relatively real time. I'm curious as to people's opinions on how to go about the overall design. Should the processing and polling happen in a main thread with other threads handling the server side of things? Or should I create a process for each task and work over some sort of IPC? I'm fairly new to sockets and multithreading on Linux so any advice at all would be greatly appreciated. Thanks, J
Back to top Profile Email Website
Shashank Sharma
Joined Jan 01, 1970
Posts: 1657
Location:New Delhi, India

Other Topics
Posted: May 27, 2008 4:57:40 PM
Maybe you should try one of the forums dedicated to serious programming. http://www.onlamp.com/pub/a/onlamp/2002/11/07/linux_threads.html http://www.codeguru.com/forum/ http://www.programmingforums.org/ http://forums.devshed.com/ http://cboard.cprogramming.com/ Cheers!

Coauthor of Beginning Fedora: From Novice to Professional published by Apress.

Please follow the Forum Guidelines

Back to top Profile Email Website Yahoo!
Forum Index » Forums » Programming and Development