473,324 Members | 2,124 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,324 software developers and data experts.

System design: management of server side application threads

Hi,

I have a system which comprises of a number of server side application
and services. There is a thread per service or application and some
threads may also create their own application threads.

ServerApplication.exe
----------Controller Thread
---------App1
---------App2
---------App3
----------Subsystem1
----------Major Application2

AnotherApplication.exe
----------App4

Other than the executable processes I want a remote application to
communicate with all server's and stop, start or get a status of any
thread.
----------- ------------
| Server | --------| ServerApp |
------------ | |-----------|
| Start() | | | Run() |
| Stop() |<|--------| | Dispose() |
| Status() | | -------------
------------ |
| ------------
--------| Controller|
| |-----------|
| | Run() |
| | Dispose() |
| -------------
|
| ------------
--------| AnotherApp|
|-----------|
| Run() |
| Dispose() |
-------------

The thread which creates other threads I assume would only be able to
execute the three thread safe calls. But does that thread have a
list, does it queue incoming commands, should I create an exposed
remote interface, or open a port to wait for commands?

Lots of decisions and I wonder if this has ALL been done before - does
anyone have experience?

thanks

Tim
Jul 21 '05 #1
1 1361
Hi, Tim Smith:
Mute about dotNet remoting. Your job task can be easily completed with
help of my SocketPro at www.udaparts.com in dotNet and C/C++. All of
requests and returns can be queued and batched. You can use one center
application to manage other applications either remotely or locally without
any problem at all.

--
Yuancai (Charlie) Ye

Fast and securely accessing all of remote data sources anywhere with
SocketPro using batch/queue, asynchrony and parallel computation with online
compressing

See 30 well-tested and real OLEDB examples

www.udaparts.com
"Tim Smith" <ti*******@hotmail.com> wrote in message
news:a7**************************@posting.google.c om...
Hi,

I have a system which comprises of a number of server side application
and services. There is a thread per service or application and some
threads may also create their own application threads.

ServerApplication.exe
----------Controller Thread
---------App1
---------App2
---------App3
----------Subsystem1
----------Major Application2

AnotherApplication.exe
----------App4

Other than the executable processes I want a remote application to
communicate with all server's and stop, start or get a status of any
thread.
----------- ------------
| Server | --------| ServerApp |
------------ | |-----------|
| Start() | | | Run() |
| Stop() |<|--------| | Dispose() |
| Status() | | -------------
------------ |
| ------------
--------| Controller|
| |-----------|
| | Run() |
| | Dispose() |
| -------------
|
| ------------
--------| AnotherApp|
|-----------|
| Run() |
| Dispose() |
-------------

The thread which creates other threads I assume would only be able to
execute the three thread safe calls. But does that thread have a
list, does it queue incoming commands, should I create an exposed
remote interface, or open a port to wait for commands?

Lots of decisions and I wonder if this has ALL been done before - does
anyone have experience?

thanks

Tim

Jul 21 '05 #2

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

Similar topics

2
by: Scott | last post by:
Not sure if this is the right place to post this or not, but I am in the process of trying to find a Web Hosting/Isp Billing system that is reasonable in price and uses Access or SQL Server for a...
3
by: Michael Bøcker-Larsen | last post by:
Hi I'v been stuck on this problem for ages now. I have found that I'm not the only one with this problem, by looking through the different newsgroups. Hope you can help me! I know there is a...
1
by: Tim Smith | last post by:
Hi, I have a system which comprises of a number of server side application and services. There is a thread per service or application and some threads may also create their own application...
2
by: Water Cooler v2 | last post by:
I want my application to do three tasks simultaneously. Each of the three tasks must be performed at a periodic interval of time. Each of the three tasks is somewhat complicated and is thus...
20
by: Brad Pears | last post by:
I am completely new to vb .net. I am using visual Studio 2005 to redo an Access 2000 application into a .net OO application using SQL Server 2000 - so a complete rewrite and re-thinking of how...
0
by: YellowFin Announcements | last post by:
Introduction Usability and relevance have been identified as the major factors preventing mass adoption of Business Intelligence applications. What we have today are traditional BI tools that...
17
by: Ryan Liu | last post by:
Hi, If I have many threads write to a variable(e.g. var++) and another thread read it on an interval base. For those writing thread, I know I need lock, or its value could be lower ( even I...
2
by: antonyliu2002 | last post by:
I am testing AJAX. I've downloaded the AJAX Extension and the CTP December package and installed on BOTH my development machine and the production server. Then I created a very very simple web...
4
by: dgleeson3 | last post by:
Hello all I am creating a VB.Net distributed SQL server 2005 application. Each computer in the system has a database with a table of users and their telephone numbers. Each computer has a...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.