| Author |
Tclhttpd "package limit" error on startup
|
|
| Robert Hicks 2006-10-31, 7:07 pm |
| It doesn't prevent the server from working but I get the following when
starting tclhttpd:
can't find package limit
Running with default file descriptor limit
What is it? I did a quick search on the wiki and didn't find anything.
Robert
| |
| Michael Schlenker 2006-10-31, 7:07 pm |
| Robert Hicks schrieb:
> It doesn't prevent the server from working but I get the following when
> starting tclhttpd:
>
> can't find package limit
> Running with default file descriptor limit
>
> What is it? I did a quick search on the wiki and didn't find anything.
Its a small c package inside the Tclhttpd distribution, look in cvs for
it. AFAIK it is there to raise the number of available file descriptors.
Michael
| |
| Robert Hicks 2006-10-31, 7:07 pm |
|
Michael Schlenker wrote:
> Robert Hicks schrieb:
>
> Its a small c package inside the Tclhttpd distribution, look in cvs for
> it. AFAIK it is there to raise the number of available file descriptors.
>
> Michael
I don't want mess with "C" at this point...I just commented out that
section and had it spit a different message out.
Thanks though!
Robert
|
|
|
|