Hi,
can somebody tell me when exactly a 'conn error is thrown. I got some of theses error in my log file and don’t know why this happens.
according to http://code.kx.com/wiki/Errors the error means “too many connections (1022 max)”.
But I can not reproduce it with a hopen loop, i receive a hop error after already 252 connections:
a:{<:`::1025}'!100
k){<:`::1025}
'hop: Too many open files
#.z.W
252
Also on the server side I don’t receive 'conn but an accp error
q)\p 1025 /now i connect from another instance..
q)'accp: Too many open files
q)count .z.W
251
looks like my system(?) limit is 255 file descriptors (client has 252 open + stdin,stdout,stderr; server has 251 open + listening socket + stdin,stdout,stderr)
Also why does the Errors Page state 1022 max connections? where does this limit come from?
regards,
Markus