
Following a discussion with Barak, we might find [1] useful. [1] https://github.com/yevmel/squid-rpm-cache -- Didi

--twz1s1Hj1O0rHoT0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 01/14 12:10, Yedidyah Bar David wrote:
Following a discussion with Barak, we might find [1] useful. =20 [1] https://github.com/yevmel/squid-rpm-cache
That directive was introduces in squid 3.4, we are using 3.3, maybe we can upgrade now, the proxy machine is fc20, it can use also a distro upgrade as 3.3 is the latest available for fc20.
--=20 Didi _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
--=20 David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605 --twz1s1Hj1O0rHoT0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWl3t7AAoJEEBxx+HSYmnDokAH/A3sg5tmWztgYE3k9aEcFqgr zPqn3Ono3Bf95TiSJJ8HUVYo3YIwmvgnaPKFtnG9kdUgvCnvCwdyFWQqARlyzkrL BD2MFrPyLT9d/jAeEBIXZAJKuwegzVT8WTfv3NxBR33LbgZGLoGdsMR2/B50Iygg u2OGNM1k3SO+LD+dQXoTjuGUTPAN4rLa5lF1OieZALHaSDxIoHbfNg7guPRqxsUe 9t3aWtVSEqm1RbJZ0GkFtIqUlOFbCRTH0MsYam+Z55PqPQiDJ8jnk/sC6ZfXzo8E JV23zESmI0syQJ7iLpjQqMBB8aJyk2Fli+4u5l3v+kejgUYz1R289U5Ldh+SQjg= =+rxn -----END PGP SIGNATURE----- --twz1s1Hj1O0rHoT0--

--NY6JkbSqL3W9mApi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 01/14 11:42, David Caro wrote:
On 01/14 12:10, Yedidyah Bar David wrote:
Following a discussion with Barak, we might find [1] useful. =20 [1] https://github.com/yevmel/squid-rpm-cache =20 =20 That directive was introduces in squid 3.4, we are using 3.3, maybe we can upgrade now, the proxy machine is fc20, it can use also a distro upgrade as 3.3 is the latest available for fc20.
Also, if there's no preformance issues, I prefer using a small python script (or any other scripting lang that does not need compiling) than the go one, makes it simpler to deploy/debug/maintain
=20
--=20 Didi _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra =20 --=20 David Caro =20 Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D =20 Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
--=20 David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605 --NY6JkbSqL3W9mApi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWl3voAAoJEEBxx+HSYmnDCoQH/1qgdLGRV2jvJWWE6BfZygnT ZIsh0aWwLXWRdQz5SnAO+4d8TFMX813dX5n7yVbkKHU30uY3rwGY+6JAVb5XZNop p9wRacE/C3nom9vPlpmi24FT278q/qZPmIYDmKvUeKtdXsUdsCBaF7F6RHrK4wFo G+Kj/vFu+wrx4saDpXZfjRoy8JwN4t/Cu3sBcb0vftf9U+zHn4GB9yKd8He9CgvB nPIYkDji+a/qG5VNt3yGz1/OQ2k7QMLd5Na+szx4ix6EQnJnjFqEcr/1JA+DX3tT Eji7JyqKIPSPNeVH3vC65Dr6PKk42dDwHSh7j5otJSz2D4r8Z18byZ8DKz+bmIM= =4EQO -----END PGP SIGNATURE----- --NY6JkbSqL3W9mApi--

That directive was introduces in squid 3.4, we are using 3.3, maybe we can upgrade now, the proxy machine is fc20, it can use also a distro upgrade as 3.3 is the latest available for fc20.
Also, if there's no preformance issues, I prefer using a small python script (or any other scripting lang that does not need compiling) than the go one, makes it simpler to deploy/debug/maintain
You can keep using a python script. The point here is that what Go does happens out of the main data flow, it doesn't have to act like a proxy on its own like the current script does. -- Barak Korren bkorren@redhat.com RHEV-CI Team

--VrqPEDrXMn8OVzN4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 01/14 14:00, Barak Korren wrote:
That directive was introduces in squid 3.4, we are using 3.3, maybe we can upgrade now, the proxy machine is fc20, it can use also a distro upgrade as 3.3 is the latest available for fc20.
Also, if there's no preformance issues, I prefer using a small python script (or any other scripting lang that does not need compiling) than the go one, makes it simpler to deploy/debug/maintain
You can keep using a python script. The point here is that what Go does happens out of the main data flow, it doesn't have to act like a proxy on its own like the current script does.
I know, that's why I said so, but as being integrated in the proxy itself it might be relevant for the script to be extremely performant, hopefully not so we can use a scripted language instead of compiled one.
=20 =20 --=20 Barak Korren bkorren@redhat.com RHEV-CI Team
--=20 David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605 --VrqPEDrXMn8OVzN4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWl4/IAAoJEEBxx+HSYmnDNMcH/3/ZdAhzGyGK6WmCrBDfJGVW OUlQ97sS3sCwS6ziO6/OhadP6lBLAb1wTL3fwhztn82zfd6ddtsc0eMlJWoTfcgv mtd81LBeJiAJRM6uzunqyUhlpa8Gp065GqqNlkGFyH6KJHw6vlxXfyqo6COsHizS iyCZmJEb3EY+NsvrcWaG4qd77X1tclt/9tGKfwBz9Q/Y5WDEcDew0okI5H9+chPz JjVbttcix68S3JK8xUXeDC2SFeeHEwdPtOe+oRaFUw/DNXsfojsqILJynl1gyEJY A/D7DoAZROCr4UzJu7Y5bZ2OHuXK39NCJjCO4wh47qMAykNzQkGLLsGLVl+vEBA= =maXC -----END PGP SIGNATURE----- --VrqPEDrXMn8OVzN4--
participants (3)
-
Barak Korren
-
David Caro
-
Yedidyah Bar David