I
I
Ivan2014-07-19 02:30:29
Database
Ivan, 2014-07-19 02:30:29

What is IO in the backend of a web application?

Recently, very often (especially on a toaster) there is the phrase “everything is decay, anyway everything rests on IO”. IO is input/output? Then what do they mean? DB throughput?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
Yakov Akulov, 2014-07-19
@0neS

For web applications, this means the ability to write, read and give data. When there are a lot of requests for data - you can't store all the data in memory for quick access to it - you have to go after it to disk (or to another machine). As a rule, this is where the bottle neck occurs. Especially if you have both statics and the database from one machine and the logs are written from all possible places.

I
Igor It doesn't matter, 2014-07-19
@HellFir-e

yes, this is input-output, without specifying it can be used everywhere, no matter how stupid it sounds .... here you read, a lot will become clear http://ru.m.wikipedia.org/wiki/Input-output

A
Alexander, 2014-07-19
@Aleks-NP

Don't stress, the answers often contain abstractions =) The main thing, when handing over a project, do not forget to create a good UI (User Interface) in the admin panel for the client - this will be noted by the client first of all, but what kind of input-output depends on the project, there are no universal answers here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question