[Zope] Data Insert Problems

Chris Withers chris at simplistix.co.uk
Wed Mar 23 04:28:10 EST 2005


Hi Jay,

Jay Zeemer wrote:
> We have done a bunch of work here, and it seems that what is happening is
> that the form is posting data into Data.fs then out to the SQL database??
> Is this normal?? 

No, but then again, XUF is a rather large an unweildy code base. What 
requirements are driving you to use XUF? Have you looked at 
SimpleUserFolder?

> Is there any way to bypass the this process of data going
> into the Data.fs file?? 

More than likely.

> If we can not bypass the Data.fs is there any way
> around the 2 gig ceiling it seems to have??

FileStorage doesn't have a 2 gig limit. Your python compilation may haev 
a 2GB limit, or your filesystem may do. In any case, this is  FAQ that 
canbe googled for ;-)

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk



More information about the Zope mailing list