Connection pooling

2006-04-01 Thread zeuxis

Hi all,

Is there any mecanism of database connection pooling in django ?

--
Zeuxis

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---



Anyone using RazorLogix for hosting?

2006-04-01 Thread tonemcd

Hi all,
Razorlogix, http://www.razorlogix.net/?do=features, looks quite a neat
hosting service (mod_python, one slick installs for django, trac, svn,
MySQL and PostGres etc.)

Does anyone have any opinions on them?

Thanks a lot in advance,
Tone.


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---



Re: Anyone using RazorLogix for hosting?

2006-04-01 Thread tonemcd

oh #$$!@ - that was supposed to go into django-users.

Apologies all.

Tone


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---



Re: Anyone using RazorLogix for hosting?

2006-04-01 Thread patrickk

i´m using razorlogix.

# easy one-click django-install
# it seems that you are limited to the django-version they provide -  
so it´s currently not possible to install magic-removal (i didn´t try  
it, btw)
# fast and stable (e.g. compared with dreamhost)
# BUT: they´re still having the problem of providing a tool for  
gracefully restarting apache (e.g. after you changed your models).  
the script they provide does not work. i´ve had some discussion with  
the razorlogix-team and they are trying to solve the problem.
# you can´t use the django development-server
# nice admin-interface (plesk)

patrick


Am 01.04.2006 um 14:09 schrieb tonemcd:

>
> Hi all,
> Razorlogix, http://www.razorlogix.net/?do=features, looks quite a neat
> hosting service (mod_python, one slick installs for django, trac, svn,
> MySQL and PostGres etc.)
>
> Does anyone have any opinions on them?
>
> Thanks a lot in advance,
> Tone.
>
>
> >


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---



Re: Anyone using RazorLogix for hosting?

2006-04-01 Thread tonemcd

I didn't mean to start this discussion off in this group, but on
reflection, it might be the better one of the two...

Patrick,
Can you not install MR into your own space (mine only takes up 18 Megs,
and the $10 plan has 500 megs of disk) and use it from there? Would you
not get the development server as well?

Cheers,
Tone


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---



Re: Anyone using RazorLogix for hosting?

2006-04-01 Thread patrickk

yes, i probably _could_ install MR (so far, i´ve been using the one- 
click-installer with razorlogix).
but you are right, there shouldn´t be a problem.

in the razorlogix help desk it says that using the development server  
is not possible.

patrick


Am 01.04.2006 um 15:03 schrieb tonemcd:

>
> I didn't mean to start this discussion off in this group, but on
> reflection, it might be the better one of the two...
>
> Patrick,
> Can you not install MR into your own space (mine only takes up 18  
> Megs,
> and the $10 plan has 500 megs of disk) and use it from there? Would  
> you
> not get the development server as well?
>
> Cheers,
> Tone
>
>
> >


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---



Re: HttpResponse with file-like objects

2006-04-01 Thread Ivan Sagalaev

Ivan Sagalaev wrote:

>I'll create a ticket with a patch later today. I somehow missed that 
>looking at the code may help people understand things :-)
>  
>
Here it is: http://code.djangoproject.com/ticket/1569
Patches both for trunk and magic removal.

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---



Re: Connection pooling

2006-04-01 Thread James Bennett

On 4/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Is there any mecanism of database connection pooling in django ?

Not at the moment, but some of the changes in the magic-removal branch
seem like they'd make this much easier to implement in the future.

--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---



Re: HttpResponse with file-like objects

2006-04-01 Thread Istvan Albert

Two observations:

1. It is hard to believe that Django does not already do this ... it is
somewhat depressing to see that trivial behavior such as streaming
output was never implemented

2. I'm commenting here as an outsider, but looking at the patch it
seems that the _is_string attribute is unnecessary, all it seems to be
used only to forbid certain methods, like writing, but why not let them
happen?

i.


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---



Re: HttpResponse with file-like objects

2006-04-01 Thread Ivan Sagalaev

Istvan Albert wrote:

>2. I'm commenting here as an outsider, but looking at the patch it
>seems that the _is_string attribute is unnecessary, all it seems to be
>used only to forbid certain methods,
>
Yes, this is its intention.

> like writing, but why not let them
>happen?
>  
>
As I already answered to Malcolm: because you cannot write into an 
arbitrary iterator. This is not necesserily something writable. And even 
if it is I think it's a bad idea to let HttpResponse write into some 
existing file on server. Opening this possibility may lead to some 
unexpected bugs.

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~--~~~~--~~--~--~---