Re: Spinning Zope on MP3 file import
How big is the file? Is it possible that you're just waiting for it > to upload?
The file is 4.9 mb, over a fast DSL connection. I've tried importing several times now in several browsers, each with the same results. I've let the process run for over 20 minutes. Zope just appears to hang when importing this MP3 file. Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
[hpinson@indepthl.com wrote (hpinson@indepthl.com) on 3/10/03 6:30 PM]
How big is the file? Is it possible that you're just waiting for it > to upload?
The file is 4.9 mb, over a fast DSL connection. I've tried importing several times now in several browsers, each with the same results. I've let the process run for over 20 minutes. Zope just appears to hang when importing this MP3 file.
Is the object being created in your Zope? And the better question: why put an mp3 in Zope? If you need to use it in Zope why not dump it onto the filesystem and use LocalFS or one of the other fs to Zope solutions to have a related object in Zope? <--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet - ICQ: 51907738 - e:george@zettai.net
Unless your DSL is a synchronous DSL line (which is usually only used in business applications and usually costs over $100.00 a month for the slowest types), it would take aprox. 53:31 minutes:seconds to upload a 4.9 MB file over a 128Kbps DSL line. This is assuming max throughput. On Mon, 2003-03-10 at 17:30, hpinson@indepthl.com wrote:
How big is the file? Is it possible that you're just waiting for it > to upload?
The file is 4.9 mb, over a fast DSL connection. I've tried importing several times now in several browsers, each with the same results. I've let the process run for over 20 minutes. Zope just appears to hang when importing this MP3 file.
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ 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 ) -- Edward Muller
Interlix - President Web Hosting - PC Service & Support Custom Programming - Network Service & Support Phone: 417-862-0573 Cell: 417-844-2435 Fax: 417-862-0572 http://www.interlix.com
On Mon, Mar 10, 2003 at 09:33:23PM -0600, Edward Muller wrote:
Unless your DSL is a synchronous DSL line (which is usually only used in business applications and usually costs over $100.00 a month for the slowest types), it would take aprox. 53:31 minutes:seconds to upload a 4.9 MB file over a 128Kbps DSL line. This is assuming max throughput.
nah, more like 5 minutes... Python 2.1.3 (#1, Jul 29 2002, 22:34:51) [GCC 2.95.4 20011002 (Debian prerelease)] on linux2 Type "copyright", "credits" or "license" for more information.
(4.9 * 1024 * 1024 * 8) / (128 * 1024) 313.60000000000002 _ / 60 5.2266666666666675
-- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's RASPUTIN THE ABSURD! (random hero from isometric.spaceninja.com)
Your right and that was my knee jerk response when I first read the email. But then I tried to do that math thing and well ... it didn't work out ... Grrr ... My brain must have been fried ... Oh well...... On Mon, 2003-03-10 at 22:52, Paul Winkler wrote:
On Mon, Mar 10, 2003 at 09:33:23PM -0600, Edward Muller wrote:
Unless your DSL is a synchronous DSL line (which is usually only used in business applications and usually costs over $100.00 a month for the slowest types), it would take aprox. 53:31 minutes:seconds to upload a 4.9 MB file over a 128Kbps DSL line. This is assuming max throughput.
nah, more like 5 minutes...
Python 2.1.3 (#1, Jul 29 2002, 22:34:51) [GCC 2.95.4 20011002 (Debian prerelease)] on linux2 Type "copyright", "credits" or "license" for more information.
(4.9 * 1024 * 1024 * 8) / (128 * 1024) 313.60000000000002 _ / 60 5.2266666666666675
--
Paul Winkler http://www.slinkp.com Look! Up in the sky! It's RASPUTIN THE ABSURD! (random hero from isometric.spaceninja.com)
_______________________________________________ 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 ) -- Edward Muller
Interlix - President Web Hosting - PC Service & Support Custom Programming - Network Service & Support Phone: 417-862-0573 Cell: 417-844-2435 Fax: 417-862-0572 http://www.interlix.com
participants (4)
-
Edward Muller -
george donnelly -
hpinson@indepthl.com -
Paul Winkler