Subject Re: fb_inet_server.exe -h switch?
Author Dmitry Yemanov
22.03.2012 18:37, Kjell Rilbe wrote:

> OK, but I don't have the @M part.

Your FB version is not 2.5 then.

> Still wondering what the first figure after -h means.

Socket handle this worker process is working with.

> I've always thought it was unique for each connection/process, but this
> time I had 492 for four processes and 484 for two of them.

Yes, it's expected to be unique. If it's duplicated, this could mean a
zombie process for an already closed port that has its socket handle
reused for another connection. Just a guess.


Dmitry