Using UDP rather than TCP in this case might make sense.
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
System architecture opinions sought
Collapse
X
-
-
Originally posted by AtW View PostUsing UDP rather than TCP in this case might make sense.Moving to Montana soon, gonna be a dental floss tycoonComment
-
Originally posted by TheRefactornator View PostI did consider this as an option but as I understand it, UDP does not transport well over the internet because UDP packets are likely to be dropped by routers along the path.
UDP is used by all popular online games.
It is indeed not reliable protocol but you can easily solve this by adding counters and confirmations via UDP too.
UDP is ideal for small packets and cases when server needs to process lots of those packets.
Are you going to run this on LAN? If not you need to think about security for the data you send over public networks.Comment
-
Originally posted by AtW View Post
UDP is used by all popular online games.
It is indeed not reliable protocol but you can easily solve this by adding counters and confirmations via UDP too.
UDP is ideal for small packets and cases when server needs to process lots of those packets.
Are you going to run this on LAN? If not you need to think about security for the data you send over public networks.
This will not run on the LAN so I've already considered encryption, but the sensitivity of the data will need to be confirmed by the vendor so I'm not sure if encryption is required yet.Moving to Montana soon, gonna be a dental floss tycoonComment
-
Realtime means that the time taken is quantifiable, not that it's fast.
Stick to noddy .NET "apps".Comment
-
Originally posted by TheRefactornator View PostAny thoughts on load balancing hardware? I'm aware of the Barracuda 640 that is able to handle 2000tps and redundant configuration for high availability http://www.barracudanetworks.com/ns/...cer_models.php but I would be interested to learn about other possible options.
These are robust pieces of kit and used by the likes of telcos.
They'll do lots of different LB algorithms, round-robin, least loaded, sticky, non-sticky, etc, etc.
Depends what your requirements are and how much you're willing to spend.
I wouldn't touch Windows NLB with a barge pole if this is for a highly-available production service. App health awareness is non-existent. I've seen NLB systems loadbalancing requests quite happily to systems throwing .NET server errors. There are workarounds, but not simple. With the hardware option you can at least put some intelligence in there to spot this.
Could talk for hours about this subject, but I charge for thatComment
-
Originally posted by Churchill View PostRealtime means that the time taken is quantifiable, not that it's fast.
By that definition, Royal Mail 1st Class is realtime.
Comment
-
Originally posted by DimPrawn View PostSays who?
By that definition, Royal Mail 1st Class is realtime.
Comment
-
Originally posted by CheeseSlice View Post
I wouldn't touch Windows NLB with a barge pole if this is for a highly-available production service. App health awareness is non-existent. I've seen NLB systems loadbalancing requests quite happily to systems throwing .NET server errors. There are workarounds, but not simple. With the hardware option you can at least put some intelligence in there to spot this.
Could talk for hours about this subject, but I charge for that
HTHComment
-
Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Only proactive IT contractors can survive recruitment firm closures Today 07:32
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 19 07:16
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 18 21:16
- IR35: Substitution — updated for 2025/26 Sep 18 05:45
- Payment request to bust recruitment agency — free template Sep 16 21:04
- Why licensing umbrella companies must be key to 2027’s regulation Sep 16 13:55
- Top 5 Chapter 11 JSL myths contractors should know Sep 15 03:46
- Top 5 Chapter 11 JSL myths contractors should know Sep 14 15:46
- What the housing market needs at Autumn Budget 2025 Sep 10 20:58
- Qdos hit by cybersecurity ‘attack’ Sep 10 01:01
Comment