T200proX7

Results 11 comments of T200proX7

I guess the WorkerPool in fasthttp is for Server use only. So this would not help solving the task. > workerPool serves incoming connections via a pool of workers >...

I tried now to use it without `ants` pool and yes memory was the same, maybe a little bit higher. But from the logic side it must be higher without...

I include `github.com/panjf2000/ants` - Application developed last week. You could be right with "close any sockets after task"-issue. It could be the reason i have to increase the ulimit of...

I measure using `ps aux`, `top`, `cat /proc/*/status` and `cat /proc/*/smaps`. Ok i will add the `req.Header.Add("Connection", "close")` and give another try with `ants`. Regarding `MaxIdleConnDuration` thank you for the...

**Ants:** My Application checked `2650 rows/urls`. Took it from the MySQL DB passed it to the `Ants Pool with 25 Workers`. Requested the HTML Code of the Page and parsed...

Ok thank you for the advise, i will check it and we will see. Yes the memory consumption is abnormal huge. Good that you see it the same way. I...

So i checked no the noAnts_Program with 50 rows only: `3561 root 20 0 989.1m 456.0m 9.9m S 0.0 9.2 0:38.90 noAnts_goCheckR` ``` Showing nodes accounting for 228502.19kB, 99.40% of...

noAnts_NetHttp_Program / 50 rows=Urls: ``` PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5760 root 20 0 655.0m 179.8m 6.5m S 1.0 3.6 0:26.33 noAntsNetHTTP_g real...

Ants_NetHttp_Program / 50 rows=Urls / 25 Ants Worker: ``` PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 6608 root 20 0 581.0m 144.0m 6.5m S 8.7...

Not just willing i would appreciate it much - so i even can learn. I will send it to you by email in a few minutes. Already now i wanna...