Originally posted by minestrone
View Post
- 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!
SKA news
Collapse
X
Collapse
-
I'd expect the first problem to be more difficult to resolve assuming pessimistic scenario (many IPs, TCP/IP used on many sockets etc) -
I am not asking for your solutions I am asking quite clearly...Originally posted by AtW View PostI'd expect the first problem to be more difficult to resolve assuming pessimistic scenario (many IPs, TCP/IP used on many sockets etc)
Can I just ask what you think is more problematic for a web server.
"1 table with one text field of 140 chars if that gets accessed 1 million times in 1 second"
"1 person accessing 140 million chars in one second"Comment
-
-
It's a trick question. A web server couldn't do the first one without forwarding the request to a database.Originally posted by minestrone View PostI am not asking for your solutions I am asking quite clearly...
Can I just ask what you think is more problematic for a web server.
"1 table with one text field of 140 chars if that gets accessed 1 million times in 1 second"
"1 person accessing 140 million chars in one second"
A 1/4 million hits per second for static web content is doable on a single dual xeon box using an in memory cache though and I don't see why that wouldn't scale fairly well to more hardware.
So it would seem like the DB is going to be a bottleneck.While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'Comment
-
Not if you get requests from 1/4 million unique IPs over TCP/IP.Originally posted by doodab View PostA 1/4 million hits per second for static web content is doable
Is it just me who thinks minestrone is an idiot?Comment
-
Who said anything about any database in this scenario? We are talking about self contained webserver that has got 140 byte file (possibly cached) and 140 MB file (also possibly cached).Originally posted by doodab View PostIt's a trick question. A web server couldn't do the first one without forwarding the request to a database.
In one case it gets hit with 1 mln requests for 140 bytes and in another 1 requests for 140 MB.
I know I'd prefer the latter scenario and if the user has not got bandwidth to get data file in 1 second then it's problem beyond webserver.Comment
-
Why not? You think setup and tear down of the connections would be a problem?Originally posted by AtW View PostNot if you get requests from 1/4 million unique IPs.
I might have to do some more experiments. That's the trouble with being benched, no access to proper hardware for ******* about.While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'Comment
-
It was you who said that scaling front end web stuff was easy, then Soupy was talking about tables and fields. Perhaps he meant it would be a picnic?Originally posted by AtW View PostWho said anything about any database in this scenario? We are talking about self contained webserver that has got 140 byte file (possibly cached) and 140 MB file (also possibly cached).While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'Comment
-
I think you'll run out of TCP/IP sockets.Originally posted by doodab View PostWhy not? You think setup and tear down of the connections would be a problem?Comment
-
It does not say database here, text field can be in memcache or on disk.Originally posted by minestrone View PostIf I have 1 table with one text field of 140 chars if that gets accessed 1 million times in 1 second that is easier to run than 1 person accessing 140 million chars in one second.
If you keep 140 MB file in a database then you are an idiot.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
- Why Rupert Lowe MP’s Restore Britain has it wrong on IR35 Today 07:21
- IR35 & Control in 2026/27: Explainer for Contractors Feb 20 07:13
- How key for IR35 will Control be in 2026/27? Feb 20 07:13
- Changes to non-compete clauses in employment contracts require ministers to tread carefully Feb 19 07:59
- What does the non-compete clause consultation mean for contractors? Feb 19 07:59
- To escalate or wait? With late payment, even month two is too late Feb 18 07:26
- Signs of IT contractor jobs uplift softened in January 2026 Feb 17 07:37
- ‘Make Work Pay…’ heralds a new era for umbrella company compliance Feb 16 08:23
- Should a new limited company not making much money pay a salary/dividend? Feb 13 08:43
- Blocking the 2025 Loan Charge settlement opportunity from being a genuine opportunity is… HMRC Feb 12 07:41

Comment