epimorphics / qonsole

A simple console for running SPARQL queries and displaying results
Other
16 stars 2 forks source link

Blocking repeated submission #9

Closed der closed 10 years ago

der commented 10 years ago

If the user creates a very expensive query and gets no response the natural reaction is to click submit a few more times to try to get a response. This will queue up the same expensive query and can overload the target server.

Blocking the submit button until a response has been received or the query has been modified would help to mitigate this.

ijdickinson commented 10 years ago

Good suggestion. I'll look into it

ijdickinson commented 10 years ago

Fixed for 0.1.0