Ilias Lazaridis | 1 Oct 2006 17:46
Favicon

DOC - small error in docs

http://sqlobject.org/DeveloperGuide.html#development-installation

$ svn co http://svn.colorstudy.com/trunk/SQLObject SQLObject

should become

$ svn co http://svn.colorstudy.com/SQLObject/trunk SQLObject

.

--

-- 
http://lazaridis.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Oleg Broytmann | 1 Oct 2006 19:35
X-Face
Picon
Favicon

Re: DOC - small error in docs

Thank you!

On Sun, Oct 01, 2006 at 06:46:24PM +0300, Ilias Lazaridis wrote:
> http://sqlobject.org/DeveloperGuide.html#development-installation
> 
> $ svn co http://svn.colorstudy.com/trunk/SQLObject SQLObject
> 
> should become
> 
> $ svn co http://svn.colorstudy.com/SQLObject/trunk SQLObject

Oleg.
--

-- 
     Oleg Broytmann            http://phd.pp.ru/            phd <at> phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Ilias Lazaridis | 1 Oct 2006 20:06
Favicon

Re: my updateSchema small routine

Oleg Broytmann wrote:
> On Sun, Sep 24, 2006 at 12:03:04AM +0200, sophana wrote:
>> Here is my (very small) contribution to sqlobject, that I find very cool
>> to program with.
...

>    With all those print's this
> 
>>         def updateSchema(self, doIt=False, connection=None):
> 
>    looks like a debugging procedure...
> 
> Oleg.

shouldn't this be used by the team?

I mean, it's a _very_ important functionality.

.

--

-- 
http://lazaridis.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Oleg Broytmann | 1 Oct 2006 20:13
X-Face
Picon
Favicon

Re: my updateSchema small routine

On Sun, Oct 01, 2006 at 09:06:57PM +0300, Ilias Lazaridis wrote:
> >>         def updateSchema(self, doIt=False, connection=None):
> > 
> shouldn't this be used by the team?

   In what way?

Oleg.
--

-- 
     Oleg Broytmann            http://phd.pp.ru/            phd <at> phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Ilias Lazaridis | 1 Oct 2006 20:53
Favicon

Re: my updateSchema small routine

Oleg Broytmann wrote:
> On Sun, Oct 01, 2006 at 09:06:57PM +0300, Ilias Lazaridis wrote:
>>>>         def updateSchema(self, doIt=False, connection=None):
>> shouldn't this be used by the team?
> 
>    In what way?

to integrate it into sqlobject.

As I understand, it does not provide (currently) automated schema evolution.

I would be interested in contributing to this, too (if I get some 
support from the existing team).

my use-case is this one:

http://case.lazaridis.com/wiki/TurboGearsProductEvaluation

.

--

-- 
http://lazaridis.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
sophana | 1 Oct 2006 20:57

Re: my updateSchema small routine

Ilias Lazaridis a écrit :
> Oleg Broytmann wrote:
>   
>> On Sun, Sep 24, 2006 at 12:03:04AM +0200, sophana wrote:
>>     
>>> Here is my (very small) contribution to sqlobject, that I find very cool
>>> to program with.
>>>       
> ...
>
>   
>>    With all those print's this
>>
>>     
>>>         def updateSchema(self, doIt=False, connection=None):
>>>       
>>    looks like a debugging procedure...
>>
>> Oleg.
>>     
>
> shouldn't this be used by the team?
>
> I mean, it's a _very_ important functionality.
>
> .
>
>   
It's true that it helps a lot when upgrading the schema.
I don't understand why it was not in SqlObject before.
(Continue reading)

Oleg Broytmann | 1 Oct 2006 21:18
X-Face
Picon
Favicon

Re: my updateSchema small routine

On Sun, Oct 01, 2006 at 09:53:59PM +0300, Ilias Lazaridis wrote:
> As I understand, it does not provide (currently) automated schema evolution.
> 
> I would be interested in contributing to this, too (if I get some 

   You are welcome.

> support from the existing team).

   I would very much like to see any team around. :-/

   What support do you need?

> my use-case is this one:
> http://case.lazaridis.com/wiki/TurboGearsProductEvaluation

   Which one of those?

Oleg.
--

-- 
     Oleg Broytmann            http://phd.pp.ru/            phd <at> phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Ilias Lazaridis | 1 Oct 2006 23:30
Favicon

Re: my updateSchema small routine

Oleg Broytmann wrote:
> On Sun, Oct 01, 2006 at 09:53:59PM +0300, Ilias Lazaridis wrote:
>> As I understand, it does not provide (currently) automated schema evolution.
>>
>> I would be interested in contributing to this, too (if I get some 
> 
>    You are welcome.
> 
>> support from the existing team).
> 
>    I would very much like to see any team around. :-/
> 
>    What support do you need?

normall just some answers to questions about the internals.

but it looks a little inactive this project.

>> my use-case is this one:
>> http://case.lazaridis.com/wiki/TurboGearsProductEvaluation
> 
>    Which one of those?

the whole thing is the use case.

.

--

-- 
http://lazaridis.com

(Continue reading)

Ilias Lazaridis | 1 Oct 2006 23:37
Favicon

Re: my updateSchema small routine

sophana wrote:
> Ilias Lazaridis a écrit :
>> Oleg Broytmann wrote:
>>   
>>> On Sun, Sep 24, 2006 at 12:03:04AM +0200, sophana wrote:
>>>     
>>>> Here is my (very small) contribution to sqlobject, that I find very cool
>>>> to program with.
>>>>       
>> ...
>>
>>   
>>>    With all those print's this
>>>
>>>     
>>>>         def updateSchema(self, doIt=False, connection=None):
>>>>       
>>>    looks like a debugging procedure...
>>>
>>> Oleg.
>>>     
>> shouldn't this be used by the team?
>>
>> I mean, it's a _very_ important functionality.
>>
>> .
>>
>>   
> It's true that it helps a lot when upgrading the schema.
> I don't understand why it was not in SqlObject before.
(Continue reading)

Stuart Clarke | 2 Oct 2006 07:43
Picon
Favicon

Load balancing

OK, so SQLObject is really cool, because it removes icky SQL details
from application programming, and implements a nice object-relational
mapping system.

BUT, how well does it scale?  I'm looking to use SQLObject (as part of
TurboGears) to run a high-volume website that's customised on a per-user
basis.  Whatever solution I do end up implementing, I need to know that
each part of the system can be distributed across multiple machines.
And that includes the DB.

I need to be able to use a master-slave replicated DB with my site, and
have read requests load-balanced across the slaves.

SQLObject supports connection pools to a single server.  My question is
this: does SQLObject support pooling connections to multiple servers?
And does it support separate connections for read and write?  If not,
how could one typically implement the above-mentioned horizontal scaling
with SQLObject and a popular free RDBMS (PG, MySQL)?

Thanks,

Stuart

--

-- 
Stuart Clarke <sjclarke <at> tpg.com.au>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
(Continue reading)


Gmane