Hello.
My NetTalk: 7.10
My Clarion: 8
I have following problem:
1. My webpage is based on frames (top frame - header. left frame - menu, bottom frame - footer, middle frame - data).
2. After Clicking menu option in the left frame it open webpage in the middle frame.
3. So when I start clicking really fast for testing (for example in firefox) after some time:
- web server stopped responding and website is hanging up
or
- web server give following exception:
Exception occurred at address 058AB434
Exception code C0000005: Access Violation
Process PID=27192 Image: ...
Thread 1 Handle=00000130 TID=4652
Exception parameters:
00000000
000001A0
EAX=00000001 EBX=0000000D ECX=00000000 EDX=0018F898
ESI=05FE0D70 EDI=00B67300 EBP=0018FA9C ESP=0018FA78
EIP=058AB434 FLG=00010202
Call Stack:
058AB434
130256C8 netdl017.clw:5230 - SIMPLECLOSESOCKET(LONG,LONG,LONG,LONG)
1302D017 netdl017.clw:2336 - SIMPLESERVERCONNECTIONCLOSE(LONG,LONG,LONG)
13024C1E netdl016.clw:184 - NetSimpleClose
01310D49
01313192
0136386B
0048EBA6
01273AF5
0127337C
Could anyone help?
Why webpage is hanging up when there is no exception?
Why there is exception sometimes which close the web server?
It seems that this exception applies to functions: SIMPLECLOSESOCKET
Regards,
Matthew