Re: [Zope] where does ZOPE store users created objects

2007-06-11 Thread Thomas Bennett
This might help a little, not sure.  Have you ever gone into 
ZMI->Control_Panel->Database Management and packed the database?

Thomas


On Sunday 10 June 2007 02:28, kamal hamzat wrote:
> Hello,
>
> Please i want to know the physical path on my Zope installation where Zope
> stored the objects (such as dtml methods and documents) created by the
> users. When i searched for the .dtml extension on my computer, I could not
> see anyone created by me or other users from the list of objects returned.
>
> My plan is to have two zope installaions running, i want the first zope
> installation to hold current information (bcos the data.fs is becoming too
> big, it is slowing down the site whereas majority of my users are
> interested in the current info while few will want to access the old info)
> and later run a python code that will cut and paste the old information 
> into the second zope installation as soon as I have new ones.
>
> thanks

-- 

Thomas McMillan Grant Bennett   Appalachian State University
Operations & Systems AnalystP O Box 32026
University Library  Boone, North Carolina 28608
(828) 262 6587

They say a picture is worth a thousand words.  As videos could be 25 pictures 
per second and might last several minutes, how many words is that? 
- Linux Journal, July 2007

Library Systems Help Desk: http://www.library.appstate.edu/help/

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


Re: [Zope] where does ZOPE store users created objects

2007-06-10 Thread kamal hamzat
> Hello,
>
> Please i want to know the physical path on my Zope installation where
> Zope  stored the objects (such as dtml methods and documents) created by
> the  users. When i searched for the .dtml extension on my computer, I
> could not  see anyone created by me or other users from the list of
> objects returned.

All data is held with in the ZODB (var/Data.fs).


> My plan is to have two zope installaions running, i want the first zope
> installation to hold current information (bcos the data.fs is becoming
> too  big, it is slowing down the site whereas majority of my users are
> interested  in the current info while few will want to access the old
> info) and later  run a python code that will cut and paste the old
> information  into the  second zope installation as soon as I have new
> ones.
>

Sorry, but you don't know how Zope works. Becoming "big" and "slow" are 
terms that totally sense-free without coming up with numbers and fact. 
There are real-world Zope installation with millions of objects that are 
pretty fast. So tell us what "big" and "slow" means and we might come up 
with some hints instead of responding to a question that isn't worth 
responding to :-)
--

Thanks for taking your precious time to reply me.

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


Re: [Zope] where does ZOPE store users created objects

2007-06-09 Thread Andreas Jung



--On 10. Juni 2007 07:28:46 +0100 kamal hamzat <[EMAIL PROTECTED]> 
wrote:



Hello,

Please i want to know the physical path on my Zope installation where
Zope  stored the objects (such as dtml methods and documents) created by
the  users. When i searched for the .dtml extension on my computer, I
could not  see anyone created by me or other users from the list of
objects returned.


All data is held with in the ZODB (var/Data.fs).



My plan is to have two zope installaions running, i want the first zope
installation to hold current information (bcos the data.fs is becoming
too  big, it is slowing down the site whereas majority of my users are
interested  in the current info while few will want to access the old
info) and later  run a python code that will cut and paste the old
information  into the  second zope installation as soon as I have new
ones.



Sorry, but you don't know how Zope works. Becoming "big" and "slow" are 
terms that totally sense-free without coming up with numbers and fact. 
There are real-world Zope installation with millions of objects that are 
pretty fast. So tell us what "big" and "slow" means and we might come up 
with some hints instead of responding to a question that isn't worth 
responding to :-)


-aj

pgpURIAQI6mYj.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] where does ZOPE store users created objects

2007-06-09 Thread kamal hamzat
Hello,

Please i want to know the physical path on my Zope installation where Zope 
stored the objects (such as dtml methods and documents) created by the 
users. When i searched for the .dtml extension on my computer, I could not 
see anyone created by me or other users from the list of objects returned.

My plan is to have two zope installaions running, i want the first zope 
installation to hold current information (bcos the data.fs is becoming too 
big, it is slowing down the site whereas majority of my users are interested 
in the current info while few will want to access the old info) and later 
run a python code that will cut and paste the old information  into the 
second zope installation as soon as I have new ones. 

thanks___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )