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
- VAT compliance checks are changing — here’s what contractors need to know Today 07:30
- As HMRC steps up VAT compliance activity, how should company directors prepare? Yesterday 06:52
- Hiring of IT contractors returned to growth in May 2026, following 33 months ‘in the red’ Jun 15 06:02
- Zero Hours Contract Reform: A key consultation for recruiters, employers and contractors is finally here Jun 12 04:43
- Bills of Exchange: Here’s what caught my attention as an umbrella compliance expert Jun 11 03:46
- Loan charge recall issue returns, with new demands making UK contractors ‘half-suicidal’ Jun 10 03:58
- AI interviews are here. Here's how IT contractors can ace them Jun 9 06:53
- Closing your limited company isn't failure. It's just the end of a chapter. Jun 8 05:00
- Young people not in education, employment or training isn’t a contractor’s problem. It’s a problem for us all Jun 5 05:26
- How does HMRC’s forward interest change benefit contractors? Jun 4 04:22

Comment