ngsankha / codejudge

host coding competitions anywhere, anytime
http://sankhs.com/codejudge
MIT License
90 stars 53 forks source link

Java should read directly from MySQL #21

Open ngsankha opened 11 years ago

ngsankha commented 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.

devenbhooshan commented 11 years ago

@sankha93 can you assign this to me?