Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-02 Thread Ivan Sagalaev
Jean-François wrote: > Oops... I haven't thought to trace connect/disconnect operation to the > database only commit/rollback. > Now, I have a better understanding of the underlaying model. I suspect > that open a database connection then closing it for each request may > be a fairly expensive ope

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-02 Thread Jean-François
On 2 mai, 10:55, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > Jean-François wrote: > > My question was not really specific to any database backend (aggree > > that probably all database system, including Rdb can start a > > transaction implicitly, inclugind Rdb). But as I have noticed that a > > m

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-02 Thread Ivan Sagalaev
Jean-François wrote: > My question was not really specific to any database backend (aggree > that probably all database system, including Rdb can start a > transaction implicitly, inclugind Rdb). But as I have noticed that a > method start_transaction_sql() exist I have expect that this method > w

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-02 Thread Jean-François
Ivan, Thanks for our reply. On 2 mai, 09:53, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > Hello! I'll try to answer as much as I can. > > Jean-François wrote: > > - can Django run in a cluster environnement (OpenVMS has a "shared > > everything" cluster design) , meaning running simultaneous Django

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-02 Thread Ivan Sagalaev
Hello! I'll try to answer as much as I can. Jean-François wrote: > - can Django run in a cluster environnement (OpenVMS has a "shared > everything" cluster design) , meaning running simultaneous Django > server on different systems, so in different processes, or it is > mandatory to run in a one-

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-01 Thread Collin Grady
Steve Holden said the following: > PS: Completely off-topic apart from the "Teach Me Google", can anyone > tell me why Google Groups/Gmail isn't sending me my own messages? AFAIK it just doesn't do that - I just set my client to copy my replies to django-dev into my inbox so that they're thread

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-01 Thread Steve Holden
Don Spaulding II wrote: > > > Collin Grady wrote: >> Steve Holden said the following: >> >>> If you want considered opinions you would do well to wait longer than 51 >>> minutes! >>> >> >> You should check the date as well as the time; he sent the first email >> *two days* before the se

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-01 Thread Don Spaulding II
Collin Grady wrote: > Steve Holden said the following: > >> If you want considered opinions you would do well to wait longer than 51 >> minutes! >> > > You should check the date as well as the time; he sent the first email > *two days* before the second. > Steve, perhaps next year at

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-01 Thread Collin Grady
Steve Holden said the following: > If you want considered opinions you would do well to wait longer than 51 > minutes! You should check the date as well as the time; he sent the first email *two days* before the second. -- Collin Grady BOFH excuse #244: Your cat tried to eat the mouse. --~-

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-01 Thread Steve Holden
Jean-François wrote: > Any comment, especially on the transaction model? If you want considered opinions you would do well to wait longer than 51 minutes! regards Steve -- Steve Holden+1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ --~--~-

Re: Django port on OpenVMS - Oracle/Rdb backend

2008-05-01 Thread Jean-François
Any comment, especially on the transaction model? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubsc

Django port on OpenVMS - Oracle/Rdb backend

2008-04-29 Thread Jean-François
Hello, I have successfully port Django to OpenVMS and have start to build an Oracle/Rdb (http://www.oracle.com/rdb) backend. A few questions: - can Django run in a cluster environnement (OpenVMS has a "shared everything" cluster design) , meaning running simultaneous Django server on different