Open ngsankha opened 11 years ago
Current Status: The data is piped via a socket to the Java process from PHP, after it is read from the database. This is the performance bottleneck.
Expected: Java should read directly from MySQL. This will remove the total transfer layer from the PHP to Java process altogether.
@sankha93 can you assign this to me?
Current Status: The data is piped via a socket to the Java process from PHP, after it is read from the database. This is the performance bottleneck.
Expected: Java should read directly from MySQL. This will remove the total transfer layer from the PHP to Java process altogether.