halite icon indicating copy to clipboard operation
halite copied to clipboard

Support persistant connections

Open watzon opened this issue 5 years ago • 2 comments

Persisting connections can dramatically reduce request time. I'm not sure if Halite is already doing this, but it might be something to look into if not. Here is an example of a Ruby gem that does it.

watzon avatar Jun 26 '19 15:06 watzon

This may depend on crystal-lang/crystal#6011 or rewrite HTTP connection which i was doing it #58

icyleaf avatar Jun 27 '19 01:06 icyleaf

Rolling your own HTTP implementation is pretty awesome. Looks like crystal-lang/crystal#6011 may take a while, so that might be exactly what you need

watzon avatar Jun 27 '19 02:06 watzon