ptah 0.1 was released on pypi, http://pypi.python.org/pypi/ptah/0.1
ptah trunk now requires trunk of pyramid. once colander works with
py3k; ptah will work with py3k. Hopefully done in a few weeks.
No progress on ptah documentation and/or website.
on linode a small vm, nikolay did a quick benchmark. 4 mod_wsgi python
process config using sqlite ptah301 scaffolding yielded 700
req/second.
i am thinking to recommend sqlite as the primary "small" deployment
configuration. it is simple, less setup, & attack surface.
any problems with recommending people to use sqlite in production? if
they have only 1 server?
cheers
--
Alan Runyan
Office +17135305244 | Skype/Twitter @runyaga
President of Enfold Systems | http://www.enfoldsystems.com/
Co-founder of the Plone CMS | Free Plone site in less than 10 seconds
- htttp://ploud.com/
any problems with recommending people to use sqlite in production? if
they have only 1 server?
No. sqlite will block until other process finishes writing - IIUC.
> I don't know a lot about deploying sqlite but understood it was something
> you were discouraged from doing.
Not that I know of. I know a few people who deploy
django w/ sqlite in production and it works just fine.
On Nov 29, 12:05 pm, Alan Runyan <runy...@gmail.com> wrote:
> Quick update. Busy with holidays.
>
> ptah 0.1 was released on pypi,http://pypi.python.org/pypi/ptah/0.1