3 Replies Latest reply on Mar 5, 2004 11:53 AM by oz59

    Storing large files

    hlehtimaki

      Hi

      The JBoss Media forum is very quiet, so I thought to come here. Im not sure if this is the right place, but ...

      I should start to distribute some large music files from my JBoss server. My problem is that I dont know how to store the files, using EJBs doesnt sound like a good idea to me.

      What would be the best practice?

      Harri

        • 1. Re: Storing large files

          Greetings.

          Hey, just out of curiosity, how are the music files being stored? Flat? Blob? Interesting sounding project you've got there...

          cheers.

          • 2. Re: Storing large files
            hlehtimaki


            greetings,

            that's exactly what i'm trying to decide. i'm actually developing a provisioning server for mobile applications, and i store those apps in blobs. now few days ago i was asked if the same server could easily be modified for music distribution. the main difference is that music files are huge compared to mobile applications. Which way would you suggest?

            Harri

            • 3. Re: Storing large files

              I think it'd depend on a bunch of factors. If this is simply a proof-of-concept type app, you might just want to do the absolute minimal work to get it off the ground. If/when problems come up, (in essence, the current system unknowns) you can work from there.

              Purely for the sake of my own interest, I'd probably opt for the EMB/blob approach. In either case, this sounds pretty darn cool.

              cheers.