Re: [Quickfix-developers] Acceptor session limit?
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-09-13 22:18:11
|
You've run out of file descriptors. Presumably you are using linux. This document provides some options on steps you can take: http://bcr2.uwaterloo.ca/~brecht/servers/openfiles.html --oren > I put the code between a try...catch, debug it, and so on... and found that > the exception is raised imediatelly after the 127th session initialization . >=20 > So, 127 sessions is a limit or a magic number? |