ZOBD performance using large documents
Hi, I have to build an application where rather big documents have to be managed. Now tried to upload a 5meg file to ZODB locally on my machine (PIII 800, 512MB, W2K) and I had to wait 2 min and 16 seconds. Ok, for users that only have a slow dialup connection this would be no problem, but I wonder, how ZODB will behave, if there are a lot of these documents to store. Are there better alternatives? I have to admit I like storing files in ZODB as I do not have to maintain which file belongs to which Zope document. TIA Frank
This looks a bit strange. The ZODB should handle an upload of 5MB on your machines within seconds. How do you upload (FTP, Webdav) ? Andreas ----- Original Message ----- From: "Frank Stephan" <frank_stephan@gmx.de> To: "Mailingliste Zope" <zope@zope.org> Sent: Thursday, September 06, 2001 13:08 Subject: [Zope] ZOBD performance using large documents
Hi,
I have to build an application where rather big documents have to be managed. Now tried to upload a 5meg file to ZODB locally on my machine (PIII 800, 512MB, W2K) and I had to wait 2 min and 16 seconds. Ok, for users that only have a slow dialup connection this would be no problem, but I wonder, how ZODB will behave, if there are a lot of these documents to store. Are there better alternatives? I have to admit I like storing files in ZODB as I do not have to maintain which file belongs to which Zope document.
TIA Frank
_______________________________________________ Zope maillist - Zope@zope.org 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 )
This is how I do the upload: <dtml-call "manage_addFile(REQUEST.form['titel'], REQUEST.form['attached_file'])"> Frank
-----Ursprüngliche Nachricht----- Von: Andreas Jung [mailto:andreas@andreas-jung.com] Gesendet: Donnerstag, 6. September 2001 21:23 An: Frank Stephan; Mailingliste Zope Betreff: Re: [Zope] ZOBD performance using large documents
This looks a bit strange. The ZODB should handle an upload of 5MB on your machines within seconds. How do you upload (FTP, Webdav) ?
Andreas
----- Original Message ----- From: "Frank Stephan" <frank_stephan@gmx.de> To: "Mailingliste Zope" <zope@zope.org> Sent: Thursday, September 06, 2001 13:08 Subject: [Zope] ZOBD performance using large documents
Hi,
I have to build an application where rather big documents have to be managed. Now tried to upload a 5meg file to ZODB locally on my machine (PIII 800, 512MB, W2K) and I had to wait 2 min and 16 seconds. Ok, for users that only have a slow dialup connection this would be no problem, but I wonder, how ZODB will behave, if there are a lot of these documents to store. Are there better alternatives? I have to admit I like storing files in ZODB as I do not have to maintain which file belongs to which Zope document.
TIA Frank
_______________________________________________ Zope maillist - Zope@zope.org 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 )
I tried the ExtFile product. Worked fine. But I still have wait about 2 min for an upload using management interface. Frank
-----Ursprüngliche Nachricht----- Von: zope-admin@zope.org [mailto:zope-admin@zope.org]Im Auftrag von Frank Stephan Gesendet: Donnerstag, 6. September 2001 20:48 An: Mailingliste Zope Betreff: AW: [Zope] ZOBD performance using large documents
This is how I do the upload:
<dtml-call "manage_addFile(REQUEST.form['titel'], REQUEST.form['attached_file'])">
Frank
-----Ursprüngliche Nachricht----- Von: Andreas Jung [mailto:andreas@andreas-jung.com] Gesendet: Donnerstag, 6. September 2001 21:23 An: Frank Stephan; Mailingliste Zope Betreff: Re: [Zope] ZOBD performance using large documents
This looks a bit strange. The ZODB should handle an upload of 5MB on your machines within seconds. How do you upload (FTP, Webdav) ?
Andreas
----- Original Message ----- From: "Frank Stephan" <frank_stephan@gmx.de> To: "Mailingliste Zope" <zope@zope.org> Sent: Thursday, September 06, 2001 13:08 Subject: [Zope] ZOBD performance using large documents
Hi,
I have to build an application where rather big documents have to be managed. Now tried to upload a 5meg file to ZODB locally on my machine (PIII 800, 512MB, W2K) and I had to wait 2 min and 16 seconds. Ok, for users that only have a slow dialup connection this would be no problem, but I wonder, how ZODB will behave, if there are a lot of these documents to store. Are there better alternatives? I have to admit I like storing files in ZODB as I do not have to maintain which file belongs to which Zope document.
TIA Frank
_______________________________________________ Zope maillist - Zope@zope.org 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 - Zope@zope.org 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 )
participants (2)
-
Andreas Jung -
Frank Stephan