04.03.2011 08:02, Fruch kirjoitti:
Hi all,
I'm starting what I've committed to.
I have a way of first, keep bugs that already happened out of the
system, and then look for the new one.
1.
I have a small request from people who report issues, or submit bug.
If you could write a test for a problem you see, so could add it to
our testing pool.
(and also use it when a fix is needed)
*Tomer*, can you add a tag in the github, for marking issues that
needed to have a test for ?
that way I could go over then and try to write a test for them.
2.
I want to measure the performance of rpyc,
(this is the first degree of PR, showing nice graph to prove it's
working faster then other solutions :) )
and I need some idea on how to measure, and what are the "rivals" we
want to compare with .
Execnet is probably the closest competitor. It has support for Python
3.x, Jython and PyPy, which RPyC currently lacks (at least for the first
two). RPyC has the advantage of a more liberal license (ExecNet is GPL),
making it more viable for use in commercial applications.
Fruch