InfoQ Homepage TCP Content on InfoQ
News
RSS Feed-
Cloudflare Introduces Support for Relational Database Connections Through Workers
Cloudflare recently announced they are introducing support for relational database connections through Workers, their serverless application platform. The initial support is for Postgres and MySQL. There are still a number of challenges that the Cloudflare team are working through and there are opportunities for community contributions.
-
Cloudflare Report Highlights Staggering Increase in DDoS Attacks in Q4 2021
In keeping with its custom of releasing a quarterly trends report on DDoS attacks, Cloudflare has just published its new findings for Q4 2021, which show a 95% increase in L3/4 DDoS attacks and record-breaking levels of Ransom DDoS attacks.
-
Traefik 2.0 Supports TCP, Middleware, and New Routing Features
The release of version 2.0 for the cloud native edge router Traefik introduces support for TCP routing, request middleware, canary deployments and A/B testing, and a new dashboard and web UI. The latest release provides more tools for developers to configure and manage routes, and improved cluster visibility.
-
Open Source Linkerd Project Celebrates First Anniversary in Quest to Become TCP/IP of Microservices
Bouyant, a cloud-native services company, announced the one-year anniversary of Linkerd, an open source “service mesh” project for cloud-native microservices-based applications. William Morgan, founder and CEO of Bouyant, spoke exclusively to InfoQ about this milestone.
-
Google Will Propose QUIC As IETF Standard
Google has recently announced that they will propose their experimental transport layer network protocol QUIC as a IETF Standard. Furthermore. Google has provided the first available figures about the improvements in page load time that QUIC makes possible.
-
SuperSocket: Making Socket Programming in .NET Simpler
While HTTP programming in .NET continues to become easier year after year, Microsoft hasn’t been giving much attention to socket-based programs. This where open source projects such as Kerry Jiang’s SuperSocket comes into play.