Re: WOFileUpload, Apache and large file
"John Escott" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <OFB6696F05.371328F5-ONC12571FC.003F47EE-802571FC.003FCE1B@scanlaser.nl> |
Hi Ian, Jon, Thanks for the pointers, I'll investigate which is best for me. Incidentally, I found Jonathan Rochkind's "File Upload With Progress Bar (and non-blocking)" package at http://wocode.com/cgi-bin/WebObjects/WOCode.woa/wa/ShareCodeItem?itemId=306 (via one of the links that Ian provided :-) best regards, John. Ian Baxter <[email protected]> wrote on 03/10/2006 00:10:22: > Hi, > > Do you have concurrent request handling turned on for your app? If > this is off, which I believe it is by default, your instances will > only handle one request at a time. > > Before turning concurrent request handling on, you should make sure > your code is thread safe -- paying attention to resources that are > shared across sessions. > > Here are some, perhaps, useful links: > http://www.wodeveloper.com/omniLists/webobjects-dev/2005/June/ > msg00149.html > http://developer.apple.com/documentation/WebObjects/Reference/API/com/ > webobjects/appserver/ > WOApplication.html#isConcurrentRequestHandlingEnabled() > > Hope that helps. > > Ian