file handling on web application

168 Views Asked by At

in my application file upload and download operations occur so many times. This situation causes some performance problems.

I tried so many things to improve the performance. But especially file uploading -big files- occurs so many times that i cannot do anything.

Now i thought that, i will use another server for file handling. And for other operations i m going to use different server.

But the things i m thinking about it

1- first of all is it a good idea

2- if it is, what about authentication and session ( since there will be two different application)

0

There are 0 best solutions below