B4J Question Multiple server port on JRDC2, will it increase performance?

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

I have a little knowledge about network.

Want to ask you, in a server with multicore cpus, if I run multiple jrdc2 server to listen to different port, will it increase performance, let say to handle about 1 billion transaction per day?

Here is the sample of the config file :
B4X:
DriverClass=org.firebirdsql.jdbc.FBDriver
JdbcUrl=jdbc:firebirdsql://xxxxx
ServerPort=17770
Debug=true
 

amorosik

Expert
Licensed User
Longtime User
One billion/day is 12K transaction every single second
The estimated data below is indicative and based on standard Intel i7 CPU at 3000MHz
ChatGpt says:

1740030028214.png


At the end of the reply chatgpt says:
"..but what do you need all these tps for?.." .🤣
 
Last edited:
Upvote 0

amorosik

Expert
Licensed User
Longtime User
The topic of high performance is very interesting
Let us know what you choose, the experience could be useful to others too


1740030851210.png


1740030901565.png
 
Upvote 0
Top