architshukla / Plagiarism-Checker

A utility to check if a document's contents are plagiarised
GNU General Public License v3.0
256 stars 102 forks source link

Asynchronous execution on windows #14

Closed architshukla closed 11 years ago

architshukla commented 11 years ago

The current inability to execute the python scripts asynchronously on Windows leads to difference in user experience among Linux and Windows users.

-The growth of progress bar is not visible on Windows -Results are displayed once the entire script ends, directly displaying statistics -Produces a sense of latency and is undesirable for users

shashankrao commented 11 years ago

Why not have the code exclusive to a linux backend? Since it will be running on a server..

architshukla commented 11 years ago

That is going to be a last resort. It would be nice to have this cross-plaform.

architshukla commented 11 years ago

This is done. I am facing a few issues launching it with new scripts but it's a python module issue.

Closing the issue.