
Key: |
CORE-2978
|
Type: |
Bug
|
Status: |
Closed
|
Resolution: |
Won't Fix
|
Priority: |
Major
|
Assignee: |
Unassigned
|
Reporter: |
Ramsees Rastafa
|
Votes: |
0
|
Watchers: |
1
|
If you were logged in you would be able to see more operations.
|
|
|
Environment:
|
Windows Server 2003 sp2 RE
3gb Ram
Intel Pentium 4 2.8 mhz....
Windows Server 2003 sp2 RE
3gb Ram
Intel Pentium 4 2.8 mhz....
|
|
Im having this problem daily, My porgrma stops working and when I check the Firebird Log I see these to lines repeaded over and over.
My programs make a query to a propertly indexed table in a database every 500 miliseconds.
the log show the next lines:
SERVERVOL (Server) Sun Apr 25 11:30:08 2010
XNET: can't start worker thread, connection terminated
SERVERVOL (Server) Sun Apr 25 11:30:09 2010
Operating system call _beginthreadex failed. Error code 8
SERVERVOL (Server) Sun Apr 25 11:30:09 2010
XNET: can't start worker thread, connection terminated
SERVERVOL (Server) Sun Apr 25 11:30:10 2010
Operating system call _beginthreadex failed. Error code 8
SERVERVOL (Server) Sun Apr 25 11:30:10 2010
XNET: can't start worker thread, connection terminated
SERVERVOL (Server) Sun Apr 25 11:30:11 2010
Operating system call _beginthreadex failed. Error code 8
SERVERVOL (Server) Sun Apr 25 11:30:11 2010
XNET: can't start worker thread, connection terminated
|
Description
|
Im having this problem daily, My porgrma stops working and when I check the Firebird Log I see these to lines repeaded over and over.
My programs make a query to a propertly indexed table in a database every 500 miliseconds.
the log show the next lines:
SERVERVOL (Server) Sun Apr 25 11:30:08 2010
XNET: can't start worker thread, connection terminated
SERVERVOL (Server) Sun Apr 25 11:30:09 2010
Operating system call _beginthreadex failed. Error code 8
SERVERVOL (Server) Sun Apr 25 11:30:09 2010
XNET: can't start worker thread, connection terminated
SERVERVOL (Server) Sun Apr 25 11:30:10 2010
Operating system call _beginthreadex failed. Error code 8
SERVERVOL (Server) Sun Apr 25 11:30:10 2010
XNET: can't start worker thread, connection terminated
SERVERVOL (Server) Sun Apr 25 11:30:11 2010
Operating system call _beginthreadex failed. Error code 8
SERVERVOL (Server) Sun Apr 25 11:30:11 2010
XNET: can't start worker thread, connection terminated |
Show » |
|
Make sure you not created new query every 500 ms without closing previous one.
I.e. you should or
a) re-use same statement handle, or
b) call isc_dsql_close(..., DSQL_drop) for every query