RE: 2.0.5_1 - Issue with %udat

2012-09-07 Thread richter
Hi, %udat is read locked das soon as you access it and write locke das soon as you write any data to it. The lock is release at the end of the page. There can be any number of reader, but only one writer. So you should write to %udat as late as possible, to keep the lock time short. How the l

RE: Status of Embperl?

2012-09-07 Thread richter
Hi,   I think that's the point. Embperl is missing an active  community. Nearly all of the work is done by myself and (as for most of us) my time is limited. Also Embperl is still alive and I will keep to maintain it, there could be much more going on if the work would be shared by more people

Re: Status of Embperl?

2012-09-07 Thread Neil Gunton
rich...@ecos.de wrote: I think that’s the point. Embperl is missing an active community. Nearly all of the work is done by myself and (as for most of us) my time is limited. Also Embperl is still alive and I will keep to maintain it, there could be much more going on if the work would be shared

Re: Status of Embperl?

2012-09-07 Thread Kee Hinckley
It's been a while since I've looked at existing frameworks in Perl (I'm stuck in a long-term Python project right now). When I last did, I used Catalyst and replaced TT with Embperl. I also augmented Embperl with a few features (a [] construct that does *no* escaping, and a dynamic include capab

RE: Status of Embperl?

2012-09-07 Thread Andrew O'Brien
Hi all, [apologies for the html format - I'm sending from a work webmail client] > - Embperl is deleted from Debian testing (Wheezy, 7.0) and Ubuntu 12.04. > Is there any hope that it will get back in Wheezy? I saw some discussion > here about this issue, but could not figure out, if there is any