summaryrefslogtreecommitdiff
path: root/yaksh/xmlrpc_clients.py
AgeCommit message (Collapse)Author
2017-01-02Remove unused argument from functionsadityacp
2016-12-21Fix output rendering in the questionankitjavalkar
2016-11-16Change test_case weightage field name to weightankitjavalkar
2016-11-16Fix docstrings, Fix return values of bash evaluatorankitjavalkar
2016-11-10Add point based weightage for partial grading instead of percentage based ↵ankitjavalkar
partial grading
2016-11-10dd basic partial marking feature per test caseankitjavalkar
2016-09-30Add unicode_literal import for Python2ankitjavalkar
2016-09-30Migrate python code server and evaluators to python 2/3 compatibleankitjavalkar
2016-08-12Use a tornado based server for the pool server.Prabhu Ramachandran
With the previous XMLRPC based server, an XMLRPC server would respond to a request for an available port. This does not work as the server can only take about 2 simultaneous connections. The server pool now uses a HTTP server via tornado which works extremely well. The django code should not change at all as this is an internal change. This change should make the code server far more robust and work for a very large number of simultaneous users. The http server also has a simple status page to indicate the current load. This will not be correct on OSX due to limitations of the multi-processing Queue implementation on OSX.
2016-05-05Add a python standard out evaluatorankitjavalkar
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar