Tag:High Performance
-
Time:2021-2-3
Please go to the end of the article to scan the QR code Editor’s note: this week, we saw more practical applications of webassembly and tutorial content. WebAssembly Cranelift has entered the production environment in Firefox Cranelift plans to add a web assembly runtime that supports Firefox for arm devices.This includes Apple phones and most […]
-
Time:2021-1-2
A series of articles: The way of nginx million concurrent based on LNMP (2) main parameters of configuration file LNMP based nginx million concurrent Road (1) core elements, modules, configuration overview LNMP based nginx million concurrent way (3) domain name based virtual host LNMP based nginx million concurrent Road (4) hot deployment In nginxmainSegment parameters […]
-
Time:2020-12-24
Test purpose Because of k8s, I studied go language and found that there are many web frameworks in golang, which are called high-performance benchmarks. Before that, I have been committed to the research of C + + high-performance server-side framework. Out of curiosity, I want to objectively compare many web frameworks of go from the […]
-
Time:2020-12-22
Series articles: One million concurrent paths of nginx based on LNMP (2) main parameters of main section of configuration file LNMP based nginx million concurrent Road (1) core elements, modules, configuration overview One million concurrent way of nginx based on LNMP (3) domain name based virtual host LNMP based nginx million concurrent path (4) hot […]
-
Time:2020-12-17
In the last article, I told you how to be purer and saferReload and activate the systemSo the next series of articles will teach you how to optimize your own computer. Let’s start with the basic drivers. For more articles, please pay attention to the official account of “BLOG of the sea”. First of all, […]
-
Time:2020-11-29
Job temptation: Promotion space, learning challenge, high performance pay, flexible work Job description: 1. Familiar with web development technology, such as div + CSS, HTML, jQuery, AJAX, XML, etc; 2. Based on the company’s phpcms background, complete the development of functional website / e-commerce / wechat / Applet / APP project; 3. Be responsible for […]
-
Time:2020-11-5
Write it at the front Recently, due to work reasons, I need to improve the query efficiency of MySQL. I have contacted the book “high performance mysql”. At the beginning, I just read the index optimization and found that it benefited a lot. So I read through the previous chapters several times and made a […]
-
Time:2020-10-18
In WPF, you can quickly get touch data from the touch thread by stylusplugin. WinForms does not have this mechanism, but it can be accessed through the Microsoft.Ink The component is the same as WPF, and the touchpoint is obtained in the realtimestylus service The example in this article is in Microsoft’s official example, please […]
-
Time:2020-10-6
Mix PHP is a high-performance PHP framework based on the development of swote. Since 2017, it has gained the support of many small and medium-sized teams, and the Framework version has gone through several iterations V1. *: a high performance framework of memory resident PHP based on droole V2.0: Swoole based FastCGI the resident memory, […]
-
Time:2020-10-2
This article was first published on the personal blog of Yishi Liuyun https://www.tpvlog.com/articl… “Distributed systems from theory to practice series” is my third column, which will cover the widest range and most complex knowledge points. I have been thinking about how to systematize the distributed knowledge. There are many articles, videos and books about the […]
-
Time:2020-9-30
Links https://stackoverflow.com/que… demand According to the key and URL of JWT, decide whether to cache the HTTP request Like JWT payload: { “iss”: “iss”, “sub”: “sub”, “userGroupID”: “{userGroupID}” } Then ask https://myapi.example.com/gro… {groupID}/cars If the usergroupid is the same as the groupid, it will be cached; otherwise, it will not be cached Solution use https://github.com/jiangwenyu… […]
-
Time:2020-9-19
Share queue with swote To realize asynchronous IO between processes, the general idea is to use redis queue. Based on the development of swote, the queue can also be realized through high-performance shared memory table. Copy the code from the HTTP tutorial on swoole’s official website, and configure four worker processes to simulate multiple producers […]