chan
chan copied to clipboard
problem of threads?
10,000,000 mil channel possible? coz may hit linux thread creation limit?
chan_t* chan = chan_init(10000000);
- i've checked the c code, uses pthreads. am i wrong? this will create 10mil threads (which uses around 1mb per thread?)
- how much "overhead of ram" per channel?