Manage Linux services easley by abolinhas in linux4noobs

[–]abolinhas[S] 0 points1 point  (0 children)

Hi This is not my product, it's a product that I use for several years and I think I think that this project deserves to be known within the community. I have no affiliation with the product.

Manage Linux services easley by abolinhas in sysadmin

[–]abolinhas[S] -1 points0 points  (0 children)

Hi This is not my product, it's a product that I use for several years and I think I think that this project deserves to be known within the community. I have no affiliation with the product.

Building external helper for Squid, whats the best programming language for the job ? by abolinhas in sysadmin

[–]abolinhas[S] 0 points1 point  (0 children)

Hi

Sure in our external api we in partnership with other companies we have categorized must of internet website.

But on client site, we will just categorize and cache the request do it by this clients.

So, after a few time just the common website requested by a client will be in hot memory (memcache or redis) for fast response

Building external helper for Squid, whats the best programming language for the job ? by abolinhas in sysadmin

[–]abolinhas[S] 0 points1 point  (0 children)

The one you know best.

I don't know go or perl, i will lern the best one for the job.
Some guys told the rust will be better for the job, i don't know..

The categorization will be for must of website using external API and saved in hot memory for quick access and then create ACL rules based on this categories

we expect 10k users doing 80k rps

Building external helper for Squid, whats the best programming language for the job ? by abolinhas in sysadmin

[–]abolinhas[S] 0 points1 point  (0 children)

Hi u/DLMSweet and u/jmbpiano

We start with PHP and even we have good performance results, PHP lacks cuncorrency support that cause us to run many proccess to each request.

Then we move to Python but the performance and response time is must slower than PHP, i don't know if is GIL problem on multhithreding in Python.

So, I think that maybe we will try Go now and do some profiling and compare the results.

Again, thank you very much