sooluckyseven
JCHJava Community | Help. Code. Learn.
•Created by Иисус on 12/1/2024 in #java-help
Loom, Postgres, Hikari
is your network card bandwidth large enough?
parallel database requests
is it really 300_000 parallel requests or is it only #core x 2 like HikariCP set.39 replies
JCHJava Community | Help. Code. Learn.
•Created by Иисус on 12/1/2024 in #java-help
Loom, Postgres, Hikari
so you make 10_000 query / sec and yout goal is 100_000 query / sec
39 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
or use a external cache
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
make a timeout hashmap where the key is the id,
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
or if you reallyu want it in the code
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
do not do that in the code
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
what you need is a http cache
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
then cache for 1 min request by id
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
use something like varnish
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
yo, cache your responce by id
34 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
Do not forget to set the java Mainclass to your main class. This setting is in gradle.
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
To execute this jar, you can do
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
this jar contains all your code to be executed by java
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
then you should have a build directory with built build/libs/xxx.jar
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
Step 4: build it with Gradle
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
Step 3: Write a hello world program, you need to write a Main class with a Main static function in your java code.
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
it also initialise project for you to start faster
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
gradle take librarie that you wrote or online libraries and package it in your application or library
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
Step 2: Install gradle to manage your projects
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
it is a set of tool to develop and execute java application
30 replies