<div dir="ltr">Hi, the comment in maxExternalSemaphores: says:<div>_____</div><div>"Setting this at any time other than start-up can potentially lose requests.</div>      i.e. during the realloc new storage is allocated,<br>    the old contents are copied and then pointers are switched. <br>   Requests occurring during copying won't be seen if they occur to indices already copied. <br>        The intended use is to set the table to some adequate maximum at start-up"<div>_____</div><div><br></div><div>I could use some help in translating this to my limited user-level comprehension.  Does "start-up" here refer to the #startUp: hook?</div><div><br></div><div>Could "requests won't be seen" result in an image crash, or simply a few lost InputEvents?  If a crash is possible, I might be nervous to risk messing with it at all even in #startUp: in case it happened to be too low in the list, for example, and my image became unstartable..</div><div><br></div><div>Any guidance on what these external semaphores are for (at a high level) and a good suggested value for a chatty TCP/IP server would be greatly appreciated.</div><div><br></div><div>Thanks,</div><div>  Chris</div></div>