IceFaces fileUpload by multiple users at a time, working as sequentially rather concurrently

50 views Asked by At

Me have a scenario , where a (zip)file is uploaded from UI by a user and the file is copied on to the server and unzipped to a destination folder.
I am using JSF 1.2 and ICE Faces 1.8.2.GA_P01_8 in my application. When more than one user upload the zip file , the upload is happening (one after other) sequentially. I.e. not processing concurrent zip file uploads.

Me not sure how to handle the situation without upgrading the JSF and ICEFaces version. I would be very thankful if any body helps in this regard.

Thank you. ~Sha

0

There are 0 answers