codejudge
codejudge copied to clipboard
Java should read directly from MySQL
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?