maekitalo / tntnet

GNU Lesser General Public License v2.1
74 stars 35 forks source link

Problems with latest version of tntnet #58

Open jm130794 opened 6 years ago

jm130794 commented 6 years ago

Hello,

After installing the latest github version of the tools (cxxtools, tntnet and tntdb), I have problems with my REST application. After a while, tntnet no longer responds to requests. The program does not stop but I have to restart the application. I didn't have that kind of problem before. Do other people have this kind of problem ?

I just installed branches 3.0 for cxxtools and tntnet and 1.4 for tntbd. I'll see if the problems are still there.

Jean-Marc

maekitalo commented 6 years ago

Can you try to attach gdb to the running tntnet and check, where the threads are doing? It sounds like tntnet runs out of threads since the threads hang. Tntnet runs fine here also under high load and we of course use always the latest version.