des09 / ktrwjr

Automatically exported from code.google.com/p/ktrwjr
0 stars 0 forks source link

Support parallel execution #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please describe the feature, in detail, that you'd like to see supported in
ktrwjr:

Support asynchronous execution.
User can choose sync or async execution.

Original issue reported on code.google.com by bufferi...@gmail.com on 2 Jun 2010 at 2:29

GoogleCodeExporter commented 9 years ago

Original comment by bufferi...@gmail.com on 7 Jun 2010 at 1:41

GoogleCodeExporter commented 9 years ago

Original comment by bufferi...@gmail.com on 7 Jun 2010 at 3:02

GoogleCodeExporter commented 9 years ago
I guessed I can run tests in parallel with many requests.
But the connection allowed is at most 2(or 8).
Though the speed is faster than the normal sequential running, 
they're not run in parallel in accurate meaning.

I noticed that the only way to run tests in parallel is to use TQ like Cloud 
Cover.
And if I adopt the TQ, I must change the application archtecture a lot.

So I decide to end this issue on WontFix status in this time.

Original comment by bufferi...@gmail.com on 8 Jun 2010 at 2:50