Hi, The reason we use a temporary staging area for files before they are saved into or pulled from MySQL is that the size of the file could be very large. It is not convenient for MySQL to save the content of the file directly. And memory consuming is another issue. So, we make use of the LOAD_FILE() function in MySQL to save a file into MySQL.
Kai Pan On Tue, 14 Jan 2003, Liu, Scott wrote: > I am new in WebDAV and I have lots of questions. We have plan to support > WebDAV on our Filecabinent feature in our product. > I was reading in WebDAV and noticed that catacomb's archetecture is similar > to what we are thinking. Our current thinking is > > Microsoft Web Folder <---> java servlet (WebDAV servlet) <--> oracle > database. > > My question is that what was the reason that catacomb uses a temporary > staging area for files before they are saved into or pulled from > MySQL? > > Thanks in advance, > > Scott Liu > NetLedger, Inc. > _______________________________________________ > Catacomb mailing list > [EMAIL PROTECTED] > http://mailman.webdav.org/mailman/listinfo/catacomb > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
