its a way but not the correct...
for every listener i runs a apache child. thats not good.
think about it, if u have 200 listenser or more thats horrible. if u can compile apache very small (with some cpu gcc flags etc.) u can get a 2mb big apache proc.
so, just calculate, 200 listeners * 2mb per apache proc.
u need 400mb ram.
u see the problem with this method?
|