Yonle
For memory reason, i also gonna use iterate() instead of generated arrays that could be done via all() for this kind of thing.
In better-sqlite3 library, In nuts:
If an iterates executed, better-sqlite3 prevents you to do other stuffs while this happens.
Which means, If you executed two iterate at the same time before the first iterate finish, better-sqlite3 throws you error.
Though, we only do reading.
If an iterates executed, better-sqlite3 prevents you to do other stuffs while this happens.
Which means, If you executed two iterate at the same time before the first iterate finish, better-sqlite3 throws you error.
Though, we only do reading.
Yonle: Notes and Other
In better-sqlite3 library, In nuts: If an iterates executed, better-sqlite3 prevents you to do other stuffs while this happens. Which means, If you executed two iterate at the same time before the first iterate finish, better-sqlite3 throws you error. Though…
To force better-sqlite3 to run even another iterate is running, You need to enable unsafeMode.
I am in nutshell.
If i am working on "THIS" project, then the other project, i abandon it for a while.
Why? Of course. I am lazy.
If i am working on "THIS" project, then the other project, i abandon it for a while.
Why? Of course. I am lazy.
Okay. Aftet this test, it seems were it is not injectable (hopefully)
Yonle
Request per miliseconds REEEEEEEEEEEEEEEEEEEE
I whitelisted localhost when testing.
Yonle: Notes and Other
Total POST was made after hard test: 20K
Correction. 30K of POST requests was made.
Yonle: Notes and Other
Alright. Another protection layer anybody? Yep. This should prevent any similiar DOS / DDOS attack from abusing your CPU, tho.
Cons: It will not let anybody to get in if the attack is still happening.