You are not logged in.
Pages: 1
Hi ab,
Few days ago I was trying to to test "21 - HTTP Client-Server performance", right after I started the server the red light was on showing me an exception error about system.@DynArrayHigh, and it hang, the Windows 'app crash' system dialog took over.
How to disable the built-in exception logging? I want to let **madExcept** handle that so that I can dbl-clicking go to the source code in the IDE.
Thanks.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
I never saw it in my tests...
Are you sure you run the server with administrator rights, so that the HTTP.SYS server is used?
Or at least register the URI, i.e. run the server once with administrator rights?
The Socket-based server is not stable enough in high-volume stress test.
BTW, if you enable the detailed map file generation in your project, you won't need MadExcept: the mORMot TSynLog class will log the stack trace of the exception, with all source code line numbers!
The feature is already within our libraries!
For free!
Offline
ab, I always use my copter with an administrator account
screenshot is uploaded: http://screenpresso.com/=kiMec
http://screenpresso.com/=kiMec
Can you still tell me how to disable the exception logging? I prefer madExcept because it's IDE integration. Thanks.
I never saw it in my tests...
Are you sure you run the server with administrator rights, so that the HTTP.SYS server is used?
Or at least register the URI, i.e. run the server once with administrator rights?
The Socket-based server is not stable enough in high-volume stress test.BTW, if you enable the detailed map file generation in your project, you won't need MadExcept: the mORMot TSynLog class will log the stack trace of the exception, with all source code line numbers!
The feature is already within our libraries!
For free!
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Hi ab, maybe you missed this reply, Can you still tell me how to disable the exception logging? Thanks.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Pages: 1