Re: [Zope] Gadfly

2000-11-22 Thread Chris Withers

subrahmanyan kalathur wrote:
 
   I am n using gadfly database.

That'll be your problem. It's not exactly the most robust database in
the world...

You problems will go away if you move to MySQL, PostGres, Oracle, etc...
or stop using RDBMS'es altogether...

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Gadfly

2000-11-22 Thread Tim Cook

Chris Withers wrote:
 
 subrahmanyan kalathur wrote:
 
I am n using gadfly database.
 
 That'll be your problem. It's not exactly the most robust database in
 the world...
 
 You problems will go away if you move to MySQL, PostGres, Oracle, etc...
 or stop using RDBMS'es altogether...
 

I agree. Unless there is a compelling reason, such as sharing
tables with another application. Why not just use ZODB. Life
can't be simplier! g

-- Tim Cook, President --
Free Practice Management,Inc. | http://FreePM.com
Office: (901) 884-4126
Censorship: The reaction of the ignorant to freedom.

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Gadfly

2000-11-22 Thread Cees de Groot

Tim Cook [EMAIL PROTECTED] said:
 You problems will go away if you move to MySQL, PostGres, Oracle, etc...
 or stop using RDBMS'es altogether...

I agree. Unless there is a compelling reason, such as sharing
tables with another application. Why not just use ZODB. Life
can't be simplier! g

Will life stay simple (robust, performant) after you've dumped a couple
of hundredthousand records into ZODB? I find using mySQL a PITA compared
to ZODB, but I'm not sure how well it keeps with lots of data...

-- 
Cees de Groot   http://www.cdegroot.com [EMAIL PROTECTED]
GnuPG 1024D/E0989E8B 0016 F679 F38D 5946 4ECD  1986 F303 937F E098 9E8B

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Gadfly

2000-11-22 Thread Chris Withers

Cees de Groot wrote:
 
 Tim Cook [EMAIL PROTECTED] said:
  You problems will go away if you move to MySQL, PostGres, Oracle, etc...
  or stop using RDBMS'es altogether...
 
 I agree. Unless there is a compelling reason, such as sharing
 tables with another application. Why not just use ZODB. Life
 can't be simplier! g
 
 Will life stay simple (robust, performant) after you've dumped a couple
 of hundredthousand records into ZODB? I find using mySQL a PITA compared
 to ZODB, but I'm not sure how well it keeps with lots of data...

Shane Hathaway mentioned having a ZODB that was happily running at 11GB,
that's a lot of data in my books ;-)

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Gadfly

2000-11-22 Thread Edward Muller

On Wed, 22 Nov 2000, Chris Withers wrote:

 Cees de Groot wrote:
  
  Tim Cook [EMAIL PROTECTED] said:
   You problems will go away if you move to MySQL, PostGres, Oracle, etc...
   or stop using RDBMS'es altogether...
  
  I agree. Unless there is a compelling reason, such as sharing
  tables with another application. Why not just use ZODB. Life
  can't be simplier! g
  
  Will life stay simple (robust, performant) after you've dumped a couple
  of hundredthousand records into ZODB? I find using mySQL a PITA compared
  to ZODB, but I'm not sure how well it keeps with lots of data...
 
 Shane Hathaway mentioned having a ZODB that was happily running at 11GB,
 that's a lot of data in my books ;-)
 

Quickly question then...

How would you record data in the ZODB? Would you have to write a Product for
each thing you want to store? If you can provide some links it would be great!

Thanks,

-- 
...EAM...
[EMAIL PROTECTED]
[EMAIL PROTECTED]
---
'It's because crappy programs offend me.' --Eric Raymond
Grow a ponytail -- view it as your telepathic antenna to other Linux Kernel 
Developers. -- Jeff V. Merkey



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Gadfly

2000-11-01 Thread Cornelis J. de Brabander

I am not sure what you all are talking about, but in anticipation of a more
adequate solution I am using a Gadfly database for a few years (sic!) now.
The table was created with a Z SQL method and is populated with a second Z
SQL method. Every now and then, when a restart of Zope is necessary, that
does not affect the contents of my Gadfly table in any sense. I guess the
"commit" is taken care of by the Z SQL method then? Furthermore, I live with
the assumption that every time the table is accessed it is loaded into RAM
in its entirety. Has that anything to do with the notion of persistence?
cb

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 Dieter Maurer
 Sent: dinsdag 31 oktober 2000 22:38
 To: Chris Withers
 Cc: jacintha menezes; [EMAIL PROTECTED]
 Subject: Re: [Zope] Gadfly


 Chris Withers writes:
   jacintha menezes wrote:
  
   I am using Gadfly database for Employee details.Kindly let me know
whether there is any maximum limit for the space available.
  
   Probably related to the memory in the machine you are running Zope on.
  
   Bear in mind that gadfly databases are not persistent and loose their
   contents when you restart Zope.
 It is very easy to make them persistent.
 When I remember correctly, it was only necessary to pass "commit"
 to Gadfly.


 Dieter

 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )





___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Gadfly

2000-10-31 Thread Chris Withers

jacintha menezes wrote:

I am using Gadfly database for Employee details.Kindly let me know
 whether there is any maximum limit for the space available.

Probably related to the memory in the machine you are running Zope on.

Bear in mind that gadfly databases are not persistent and loose their
contents when you restart Zope.

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Gadfly

2000-10-31 Thread Dieter Maurer

Chris Withers writes:
  jacintha menezes wrote:
  
  I am using Gadfly database for Employee details.Kindly let me know
   whether there is any maximum limit for the space available.
  
  Probably related to the memory in the machine you are running Zope on.
  
  Bear in mind that gadfly databases are not persistent and loose their
  contents when you restart Zope.
It is very easy to make them persistent.
When I remember correctly, it was only necessary to pass "commit"
to Gadfly.


Dieter

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Gadfly auto-increment datatype option?

2000-10-27 Thread Júlio Dinis Silva

Hi,
Does ZGadfly supports the auto-increment option of a column?
Thanx,
Júlio Silva
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] GadFly DB and Zope

2000-06-06 Thread Jilani Khaldi

Hi,
I am recently using the database GadFly and yesterday, I discovered with
pleasure that it is part of Zope (ZGadflyDA); so, I will be happy if
somebody tells me with a little example, or point me where to find some
information to get GadFly interact with it Zope (just how to call field1
and field2 from the database test.gfd).

Thank you.

Jilani

ps.
Zope is really cool!

--
jk
___
http://space.tin.it/scuola/jkhaldi
FreeBSD ~ The Power to Serve



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] GadFly DB and Zope

2000-06-06 Thread Dieter Maurer

Hi Jilani

  I am recently using the database GadFly and yesterday, I discovered with
  pleasure that it is part of Zope (ZGadflyDA); so, I will be happy if
  somebody tells me with a little example, or point me where to find some
  information to get GadFly interact with it Zope (just how to call field1
  and field2 from the database test.gfd).
  
  Thank you.
Zope looks for directories in "var/gadfly" as possible data sources
for Gadfly.

You can use it like any other DA -- see the ZSQL Methods User Guide
for details.

At least an earlier version of Gadfly was cribbled in Zope (2.1.0).
It did not write changes to disk, such that each Zope restart
removed any changes to the Gadfly database.

I may still find the patch I made for this. However, I am not sure,
whether it is still necessary and whether it still can be applied
without problems.


Dieter

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )