Sunday, May 31, 2015

Week 1: Warming up with Roundup

This week, I had been playing Maze game with Roundup. The project structure is quite complex, I can say. However, my experiment was a success in creating a REST-like GET page based on the template of displaying list of issue.

The first step is reached but I'm not satisfied with it. It is relying on the web template and so, it is restricted in many way: loaded via zope, restricted from displaying only 50 items in the list, being slow (600ms delay on localhost, I'm sure it can be improved), ....

So next week, I'm looking to hook my code to a lower level, my target is the same as Web and xmlprc at client.py to lower the cost of unnecessary process, thus increase the speed.

No comments:

Post a Comment