Our application uses Aspose to compile a MS Word document from content (text) that has been inserted to an Oracle DB. The input to the DB is via web front-end with HTML text boxes.
The document that is created is about 600+ pages in length.
We have had some issues with 100% CPU usage which results in the app being very slow and the web services consuming all available memory which causues the app to completely stop.
We are running on a VM with 1 1.8mhz cpu and 1gb ram.
Does Aspose run nicely in a virtual environment? What type of resources does it run best with? Is it possible to run Aspose in a 64bit environment?
I do have some code I can send to you if that will help at all.
thanks,
Gary J.
Hi
Thanks for your inquiry. Yes, of course, you can use Aspose.Words in 64bit environment.
Could you please attach your code or simple application which will allow me to reproduce the problem on my side? I will check the problem and provide you more information.
Best regards,
*AndreyN:
HiThanks for your inquiry. Yes, of course, you can use Aspose.Words in 64bit environment.
Could you please attach your code or simple application which will allow me to reproduce the problem on my side? I will check the problem and provide you more information.
Best regards,*
I am the sys_admin, not the developer. I have attached the main parts of the code. Here is a brief description of what they are to do.
DocGenerator.vb contains buildAsposeAnalysisDoc, that pieces together the individual analyses from the database. Packs.vb contains sendAnalysisDoc that compiles the packet of multiple analyses with a table of contents. There are separate methods to build the tables of contents and footers and in one case a cover page, depending upon the type of packet being generated.
We are a bit in a time crunch regarding this. Your assistance is very apprreciated.
gj
Hi Gary,
Thank you for additional information. Unfortunately, it is difficult to analyze the problem using this code, because much of external resources are required to build the document. The problem may be caused by the content, which is used to build the document or something else.
Also, please check the version of Aspose.Words (6.6.0), which is used in the application and try using the latest version if the older one is used.
Best regards,
Andrey -
what hardware configuration does Aspose.word run best in? Putting aside the, “it depends upon the application” answer.
If I needed to choose between cpu(s)/speed and ram, which would enable Aspose to be more efficient?
Another question on how Aspose will work with the informaiton …
The content is input into HTML forms and inserted into an Oracle DB. The Word docs are created by compiling information from the DB, as much as 30 different pieces of data for a single bill. A single document will contain multiple bills, maybe 150+
thanks,
gj
Hi
Thanks for your inquiry. There are not special requirements for hardware configuration. Memory usage depends from size of the document you are going to process. In addition, resource usage (CPU and RAM) depends from operations you perform with the document. It is difficult to give you any advices regarding hardware.
What do you mean when say “how Aspose will work with the information”?
Best regards,