Rank: Newbie Groups: Member
Joined: 10/5/2011 Posts: 7
|
I just realized an issue with the ConvertURL method. I have a website that generates a 1 pager content page and converts it into a PDF. When there are high-load of users accessing that website concurrently (~20 per second), the ConvertURL method will get mixed up and generate the PDF with the wrong CSS format, wrong font, 1 content-page within 2 paper-pages, blank-page, etc. It seems that when running concurrently, ConvertURL has issue in memory/session management. This occurred when during high-load times, the 1 pager-content page generated can contain information that belong to other concurrent users. Sometimes I see contents belonging to 2 or 3 concurrent users.
Any idea how to improve/control/manage this?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not aware of such problem. ConvertUrl is specifically designed to be able to work concurrently. If you believe there is a problem, please try to isolate the problem into a small test application and post the test application here (or send it to us). We will be happy to take a look as soon as we have that.
Thanks!
|