Posted 16 years ago by Devel
Version: 4.0.0277
Avatar
After profiling the application for performance, I discovered that this particular line takes about 8.3 seconds.

Void ActiproSoftware.SyntaxEditor.SemanticParserService.c()

However this slowdown is only once and subsequent uses of SyntaxEditor is fast. I was wondering what this function does and if there is any way to avoid this.

Thanks
Devel.

[Modified at 10/27/2008 03:50 PM]

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
I believe that method is the main parse request queue processing method. If it only happens once then it sounds like possibly some initialization code. Perhaps it's at a point where some assemblies are being loaded by .NET? But still that seems like an awful long time for such a thing and we don't see that happen in our samples.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.