Where is secure_button_to in new WebHelpers 0.6.1

2008-10-12 Thread Jan Koprowski
Hi ! I am unsurprised to CSRF security generators. I can't find anywhere secure_do_button. Last implementation is in rails module which is deprecated. Any idea ? Greetings from Polan ! Jan Koprowski --~--~-~--~~~---~--~~ You received this message because you

Paster/CherryPy production configuration

2008-10-12 Thread Kamil Gorlo
Hi, I am running quite big application using Pylons and now I am in the moment on performance tuning etc. I have some questions about your experiences and best practices. My first configuration is something like that: I have one machine with e.g. 4 paster instances and haproxy in front wchich

Re: Paster/CherryPy production configuration

2008-10-12 Thread Mike Orr
On Sun, Oct 12, 2008 at 10:46 AM, Kamil Gorlo <[EMAIL PROTECTED]> wrote: > > Hi, > > I am running quite big application using Pylons and now I am in the > moment on performance tuning etc. I have some questions about your > experiences and best practices. > > My first configuration is something li

Re: Paster/CherryPy production configuration

2008-10-12 Thread Kamil Gorlo
On Sun, Oct 12, 2008 at 8:53 PM, Mike Orr <[EMAIL PROTECTED]> wrote: > > On Sun, Oct 12, 2008 at 10:46 AM, Kamil Gorlo <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I am running quite big application using Pylons and now I am in the >> moment on performance tuning etc. I have some questions about you

Re: Paster/CherryPy production configuration

2008-10-12 Thread Mike Orr
On Sun, Oct 12, 2008 at 12:29 PM, Kamil Gorlo <[EMAIL PROTECTED]> wrote: > > On Sun, Oct 12, 2008 at 8:53 PM, Mike Orr <[EMAIL PROTECTED]> wrote: >> >> On Sun, Oct 12, 2008 at 10:46 AM, Kamil Gorlo <[EMAIL PROTECTED]> wrote: >>> >>> Hi, >>> >>> I am running quite big application using Pylons and n

Re: Where is secure_button_to in new WebHelpers 0.6.1

2008-10-12 Thread Jorge Vargas
On Sun, Oct 12, 2008 at 6:45 AM, Jan Koprowski <[EMAIL PROTECTED]> wrote: > > Hi ! > > I am unsurprised to CSRF security generators. I can't find anywhere > secure_do_button. Last implementation is in rails module which is > deprecated. Any idea ? > isn't that in html/secure_form.py ? > Greetin

Re: Paster/CherryPy production configuration

2008-10-12 Thread aaditya sood
On 13-Oct-08, at 1:21 AM, Mike Orr wrote: > >> [snip] >> So there is no problem, that for one Paster there is only one Python >> interpreter (maybe I do not understand GIL correctly)? Using >> processes >> despite Python threads is not better in your opinion? > > There is one GIL per process.

Pylons tutorial

2008-10-12 Thread [EMAIL PROTECTED]
Hi, I am following the tutorial at: http://wiki.pylonshq.com/display/pylonscookbook/Making+a+Pylons+Blog but when it tells me how to set the model up, I run into some issues. Can anyone tell me which of these two setups I should be using? ### # WHAT I HAVE

Re: Pylons tutorial

2008-10-12 Thread Mike Orr
On Sun, Oct 12, 2008 at 3:00 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, I am following the tutorial at: > http://wiki.pylonshq.com/display/pylonscookbook/Making+a+Pylons+Blog > but when it tells me how to set the model up, I run into some issues. > > > Can anyone tell me which of th

Re: Where is secure_button_to in new WebHelpers 0.6.1

2008-10-12 Thread Jan Koprowski
On Oct 12, 10:11 pm, "Jorge Vargas" <[EMAIL PROTECTED]> wrote: > On Sun, Oct 12, 2008 at 6:45 AM, Jan Koprowski <[EMAIL PROTECTED]> wrote: > > > Hi ! > > >   I am unsurprised to CSRF security generators. I can't find anywhere > > secure_do_button. Last implementation is in rails module which is

Re: Where is secure_button_to in new WebHelpers 0.6.1

2008-10-12 Thread Mike Orr
On Sun, Oct 12, 2008 at 9:41 PM, Jan Koprowski <[EMAIL PROTECTED]> wrote: > > > > On Oct 12, 10:11 pm, "Jorge Vargas" <[EMAIL PROTECTED]> wrote: >> On Sun, Oct 12, 2008 at 6:45 AM, Jan Koprowski <[EMAIL PROTECTED]> wrote: >> >> > Hi ! >> >> > I am unsurprised to CSRF security generators. I can't