473,480 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Minimize latency

MarkoKlacar
296 Recognized Expert Contributor
Hi,

I'm doing this physics project, has to do with calculations, that will need to be extremely efficient and streamlined. I will recieve a lot of values(approx < 10 values/s), now my problem is that one component will recieve all the values and there will be a whole bunch of objects waiting for the information (we're not talking over a network but within the system).

How should I redistribute this information as efficiently as possible?

I was thining about having a thread redistribute the information, but perhaps someone has some suggestions.

Does anybody know if multicastchannels would be good for this, even dough it's not a network application?

Cheers
Nov 14 '07 #1
1 1570
JosAH
11,448 Recognized Expert MVP
Let's call these other (receiving) objects the 'consumers' C1, C2 ... Cn. Do all the Ci
need to receive all the incoming results? Must they receive the results in the order
they arrived? Are those Ci busy for quite some time after they've received a result
value?

Let's call the single result receiving object the 'producer' P. Must P hand out the
result value to all the Ci? Is it possible that P has to wait for a certain Ci to be
ready?

kind regards,

Jos
Nov 14 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

7
2111
by: Tormod Engebu | last post by:
I'm currently using Jet for an Visual Basic Access application. The application is supposed to delete a row in a table, and afterwards update indexes on the remaining rows in that table, by...
3
2878
by: walker_alone | last post by:
I'm develop a realtime voice record and playback on pc soundcard, I use OSS API to implement it, but have latency about 1 seconds, this was to long for voice, how can I reduce the latency? I reduce...
2
2314
by: Wayne M J | last post by:
I am capturing syslogd traffic from a firewall/router, if I display the results to Console it runs fine and dandy, but the minute I need it to go to a ListBox, DataGrid or even a text box problems...
3
1623
by: cochrane68 | last post by:
I'm developing a web application that will be used at very high latency locations (>400ms). I have a lot of javascript files that I use in the application, and therefore often have large numbers...
3
2145
by: Jeff Jarrell | last post by:
I'd like to create a service-locator\proxy type service that I can use to simulate low bandwith situations and latency issues on the service under test. The request comes from the client, is...
1
2587
nguyenthao
by: nguyenthao | last post by:
Could you please tell me what the factors that determine the network latency are? And what exactly is the measurement of bandwidth. Some say Hertz, others say (giga/mega/kilo...)bit/s. And, in...
4
3475
by: 73k5blazer | last post by:
Hello again all.. We have a giant application from a giant software vendor that has very poor SQL. It's a PLM CAD application, that makes a call to the db for every cad node in the assembly. So...
1
3614
by: aalimbl | last post by:
I want to ask one thing that either wireless medium has high latency or wired medium. Please compare latency (propgation delay) between Fiber and Wireless (WiFi or WimAx) Thanks
2
6014
by: jeff80 | last post by:
Hello, I'm an absolute newbie when it comes to SQL. I was told that SQL server does not function well on a WAN where network latency between, say, the SQL server and a front-end server is...
5
10757
by: =?Utf-8?B?SmFtZXMgV29uZw==?= | last post by:
Dear all, I'd like to know if there is any method to minimize command mode window when a console program is running. In my case, there are several console programs which run periodically in...
0
7041
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
6921
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...
0
5336
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4776
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4481
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2984
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
179
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.