home.social

#sticky — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sticky, aggregated by home.social.

fetched live
  1. Neemias Queta could be gearing up for an offensive leap

    Throughout his NBA career so far, Neemias Queta has steadily improved. Until last year, that was. Last year,…
    #NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #NBA #bostonceltics #Celtics #Sports #Sticky #topceltics
    newsbeep.com/us/821053/

  2. Neemias Queta could be gearing up for an offensive leap

    Throughout his NBA career so far, Neemias Queta has steadily improved. Until last year, that was. Last year,…
    #NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #NBA #bostonceltics #Celtics #Sports #Sticky #topceltics
    newsbeep.com/us/821053/

  3. Sticky Situation
    by Kevin Ahern

    The Scotch factory robber
    Did not make a great escape
    And so they identified him
    By looking at the tape

    #funny #comedy #laugh #silly #humor #humour #verse #poetry #poem #sticky #scotchtape #tape #robber #escape #identify

  4. These folks have found themselves in quite a sticky situation. They were all sinking under the unstable sand that kept swallowing up their legs!
    subscribestar.adult/pyperhaylie
    #bondage #Oc #qs #quicksand #muddy #sticky #sinking #stuck #stuckfetish #quicksandfetish #qsfetish

  5. These folks have found themselves in quite a sticky situation. They were all sinking under the unstable sand that kept swallowing up their legs!
    subscribestar.adult/pyperhaylie
    #bondage #Oc #qs #quicksand #muddy #sticky #sinking #stuck #stuckfetish #quicksandfetish #qsfetish

  6. These folks have found themselves in quite a sticky situation. They were all sinking under the unstable sand that kept swallowing up their legs!
    subscribestar.adult/pyperhaylie
    #bondage #Oc #qs #quicksand #muddy #sticky #sinking #stuck #stuckfetish #quicksandfetish #qsfetish

  7. The one good thing about the buddy system when out hiking is that if you fall and get yourself stuck in a spider web, they can come help you out. The bad thing is when your help starts sinking into quicksand right under you!!
    #bondage #Oc #qs #quicksand #muddy #sticky #sinking #stuck #stuckfetish #quicksandfetish #qsfetish #webbing #redhead #ginger #peril #paint #mario #peach

  8. The one good thing about the buddy system when out hiking is that if you fall and get yourself stuck in a spider web, they can come help you out. The bad thing is when your help starts sinking into quicksand right under you!!
    #bondage #Oc #qs #quicksand #muddy #sticky #sinking #stuck #stuckfetish #quicksandfetish #qsfetish #webbing #redhead #ginger #peril #paint #mario #peach

  9. The one good thing about the buddy system when out hiking is that if you fall and get yourself stuck in a spider web, they can come help you out. The bad thing is when your help starts sinking into quicksand right under you!!
    #bondage #Oc #qs #quicksand #muddy #sticky #sinking #stuck #stuckfetish #quicksandfetish #qsfetish #webbing #redhead #ginger #peril #paint #mario #peach

  10. В nginx один алгоритм балансировки

    server a.internal weight=10 max_fails=2; — десять к одному. Ночью бэкенд на пару секунд отвалился, к утру давно жив и из ротации не выведен. А первые полсотни запросов рабочего дня распределяются не 10:1, и среди них есть места, где два запроса подряд уходят на сосед с весом единица. Ни один лог об этом не скажет, в документации по upstream такого объяснения нет. Есть — в двух строках ngx_http_upstream_round_robin.c. Разбираем по тегу release-1.31.3, со ссылками файл:строка: smooth weighted round-robin и его восемь копий в исходниках; effective_weight, которого нет в документации, и то, как max_fails втихую им управляет; почему least_conn сравнивает не число соединений; почему ip_hash не работает на unix-сокетах. Плюс sticky и least_time, приехавшие в open source несколько месяцев назад.

    habr.com/ru/articles/1066752/

    #nginx #upstream #балансировка_нагрузки #load_balancing #roundrobin #weighted_round_robin #исходный_код #least_conn #ip_hash #sticky

  11. В nginx один алгоритм балансировки

    server a.internal weight=10 max_fails=2; — десять к одному. Ночью бэкенд на пару секунд отвалился, к утру давно жив и из ротации не выведен. А первые полсотни запросов рабочего дня распределяются не 10:1, и среди них есть места, где два запроса подряд уходят на сосед с весом единица. Ни один лог об этом не скажет, в документации по upstream такого объяснения нет. Есть — в двух строках ngx_http_upstream_round_robin.c. Разбираем по тегу release-1.31.3, со ссылками файл:строка: smooth weighted round-robin и его восемь копий в исходниках; effective_weight, которого нет в документации, и то, как max_fails втихую им управляет; почему least_conn сравнивает не число соединений; почему ip_hash не работает на unix-сокетах. Плюс sticky и least_time, приехавшие в open source несколько месяцев назад.

    habr.com/ru/articles/1066752/

    #nginx #upstream #балансировка_нагрузки #load_balancing #roundrobin #weighted_round_robin #исходный_код #least_conn #ip_hash #sticky

  12. В nginx один алгоритм балансировки

    server a.internal weight=10 max_fails=2; — десять к одному. Ночью бэкенд на пару секунд отвалился, к утру давно жив и из ротации не выведен. А первые полсотни запросов рабочего дня распределяются не 10:1, и среди них есть места, где два запроса подряд уходят на сосед с весом единица. Ни один лог об этом не скажет, в документации по upstream такого объяснения нет. Есть — в двух строках ngx_http_upstream_round_robin.c. Разбираем по тегу release-1.31.3, со ссылками файл:строка: smooth weighted round-robin и его восемь копий в исходниках; effective_weight, которого нет в документации, и то, как max_fails втихую им управляет; почему least_conn сравнивает не число соединений; почему ip_hash не работает на unix-сокетах. Плюс sticky и least_time, приехавшие в open source несколько месяцев назад.

    habr.com/ru/articles/1066752/

    #nginx #upstream #балансировка_нагрузки #load_balancing #roundrobin #weighted_round_robin #исходный_код #least_conn #ip_hash #sticky