On Tue, 28 Nov 2006 14:20:00 -0600 (CST) Philip Hallstrom <[EMAIL PROTECTED]> wrote:
> > If you use something like mongrel_upload_progress, the single-threadedness > > of Rails is no problem because Mongrel will intercept the upload and not > > hand it off to Rails until it's complete. That's what I'm doing at the > > moment, and my app runs just fine on one Mongrel. > > I haven't used this plugin, but just gave it a quick read through... one > thing I didn't see mentioned... can I skip the upload progress stuff and > just get the benefits of it not blocking mongrel/rails? Yep, actually that's an incredibly trivial thing to do. You'd probably be better off just starting with a small handler that moved the files where you wanted after the upload, and then expand it to your needs. -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/ http://www.awprofessional.com/title/0321483502 -- The Mongrel Book http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
