Posts

Showing posts from December 28, 2018

Steamship

Image
Not to be confused with Steamboat. Engraving of the elevation plan and section of a steam-boat, 1827 A steamship , often referred to as a steamer , is a type of steam powered vessel, typically ocean-faring and seaworthy, that is propelled by one or more steam engines [1] that typically move (turn) propellers or paddlewheels. The first steamships came into practical usage during the early 1800s; however, there were exceptions that came before. Steamships usually use the prefix designations of "PS" for paddle steamer or "SS" for screw steamer (using a propeller or screw). As paddle steamers became less common, "SS" is assumed by many to stand for "steam ship". Ships powered by internal combustion engines use a prefix such as "MV" for motor vessel , so it is not correct to use "SS" for most modern vessels. As steamships were less dependent on wind patterns, new trade routes opened up. The steamship has been describe

206国道

Image
//upload.wikimedia.org/wikipedia/commons/e/eb/Kokudou_206%28China%29.svg 206国道 最近通車日期: 不詳 規劃總長度: 2375千米 起點: 山东省烟台市福山区奇泉路(永达街口) 終點: 广东省汕頭市金平区大学路、潮汕路和金湖路之间的十字路口 206国道 (或“国道206线”、“G206线”)是在中国的一条国道,起点为山东烟台,终点为广东汕頭,全程2375千米。 这条国道经过山东、安徽、江西和广东4个省份。 站点和里程 城市名 距起点距离 山东省烟台市 0 山东省蓬莱市 74 山东省龙口市 124 山东省莱州市 192 山东省昌邑市 259 山东省潍坊市寒亭区 277 山东省潍坊市 292 山东省潍坊市坊子区 305 山东省安丘市 323 山东省诸城市 384 山东省莒县 468 山东省临沂市 543 山东省临沂市罗庄区 552 山东省苍山县 583 山东省枣庄市 632 山东省枣庄市峄城区 642 江苏省徐州市贾汪区 688 江苏省徐州市 726 安徽省宿州市 808 安徽省淮南市 941 安徽省合肥市 1056 安徽省肥西县 1076 安徽省舒城县 1108 安徽省桐城市 1164 安徽省怀宁县 1202 安徽省安庆市 1239 安徽省东至县 1295 江西省景德镇市 1435 江西省乐平市 1479 江西省鹰潭市 1585 江西省金溪县 1635 江西省南城县 1681 江西省南丰县 1725 江西省广昌县 1781 江西省石城县 1853 江西省瑞金市 1925 江西省会昌县 196

Ruby: hitting read_timeout even when changed

Image
1 From my Ruby code il make a call to a API. On the testsystem with few data it works without a flaw. On the Productive System it works too, but only if not much data is transmitted. If its too much data il get: /usr/lib/ruby/2.3.0/net/protocol.rb:158:in rbuf_fill': Net::ReadTimeout (Net::ReadTimeout) from /usr/lib/ruby/2.3.0/net/protocol.rb:136:in readuntil' from /usr/lib/ruby/2.3.0/net/protocol.rb:146:in readline' from /usr/lib/ruby/2.3.0/net/http/response.rb:40:in read_status_line' from /usr/lib/ruby/2.3.0/net/http/response.rb:29:in read_new' from /usr/lib/ruby/2.3.0/net/http.rb:1437:in block in transport_request' from /usr/lib/ruby/2.3.0/net/http.rb:1434:in catch' from /usr/lib/ruby/2.3.0/net/http.rb:1434:in transport_request'