When I tried it, I didn't have those issues. If you don't have an 'os'
module, you can't even run pypy from the command line. You should
re-install pypy and try again.
On Monday, August 31, 2015 at 8:28:49 AM UTC-7, Richard wrote:
>
> Do you have a step by step migration to PyPy tutorial... I tr
Do you have a step by step migration to PyPy tutorial... I try PyPy, but it
failed over import of module like os.
Thanks
Richard
On Mon, Aug 31, 2015 at 11:27 AM, Richard Vézina <
ml.richard.vez...@gmail.com> wrote:
> Thanks for explain that, does web2py rows processing (dict init, etc.) get
>
Thanks for explain that, does web2py rows processing (dict init, etc.) get
speed up when you render a lot of records?
Richard
On Thu, Aug 27, 2015 at 6:09 PM, Derek wrote:
> It gains on complex templated pages, mainly. If you are just accessing
> databases, you won't get speed increases. If you
It gains on complex templated pages, mainly. If you are just accessing
databases, you won't get speed increases. If your server is CPU overloaded,
switching to PyPy will benefit.
On Thursday, August 27, 2015 at 1:05:45 PM UTC-7, Richard wrote:
>
> Derek, where is the gain come with PyPy? Just lo
Derek, where is the gain come with PyPy? Just loading the welcome index,
CPython I get a steady 20 ms and PyPy 50-75 ms with a simple page load and
relaod test with chrome dev tool...
Richard
On Thu, Aug 27, 2015 at 3:45 PM, Richard Vézina wrote:
> I could be interresting in IronPython from a c
I could be interresting in IronPython from a compliance stand point, even
if it doesn't change anything, manager may be less anxious with ms crap...
:)
Richard
On Mon, Apr 6, 2015 at 11:58 AM, Derek wrote:
> It doesn't have a GIL, plus it has a good JIT and I know Web2Py works on
> PyPy, so it
6 matches
Mail list logo