KxSystems / pyq

PyQ — Python for kdb+
http://code.kx.com/q/interfaces
Apache License 2.0
191 stars 49 forks source link

extra q threads #123

Closed ekrel closed 4 years ago

ekrel commented 4 years ago

I have a few python scripts interacting with q on a CentOS 7.7.1908 server with PyQ 4.2.1 on python 2.7.5. I noticed that running "pyq" spins up as many threads with name "q" as I have cpus on the server. None of the threads appear to be doing anything. I can also get the same behavior by running q and then doing "p)1+1". Upon pressing enter the threads appear.

I tried replicating this on an AWS instance with the same CentOS version, but it behaves as expected there.

Any suggestions?

Thank you,

sashkab commented 4 years ago

Perhaps it's configuration issue with your system. Unfortunately, we are unable to replicate issue without any additional information, therefore labeling this as invalid. Feel free to add useful troubleshooting information so we could replicate it and re-open.