Tag

SCF

0 views collected around this technical thread.

58 Tech
58 Tech
Sep 7, 2023 · Backend Development

Kylin: 58’s Integrated Performance Testing Platform – Architecture, Features, and Future Roadmap

The article introduces Kylin, 58’s self‑developed one‑stop performance testing platform, detailing its background, development stages, core modules such as management console, test engine, scheduler, data monitoring and report aggregation, as well as its architecture, SCF support, task scheduling, data collection, reporting mechanisms, practical results and future roadmap.

Backend DevelopmentDistributed SystemsSCF
0 likes · 17 min read
Kylin: 58’s Integrated Performance Testing Platform – Architecture, Features, and Future Roadmap
58 Tech
58 Tech
May 12, 2022 · Backend Development

Refactoring PHP Calls to Java Interfaces: Architecture, Code Generation, and Seamless Integration

The article details the challenges of PHP invoking Java interfaces, compares two existing solutions, and presents a comprehensive refactoring approach that automates code conversion, resolves generic parsing and sandbox debugging issues, and reduces the integration steps from eight to three for more efficient backend development.

API IntegrationBackend DevelopmentJava
0 likes · 11 min read
Refactoring PHP Calls to Java Interfaces: Architecture, Code Generation, and Seamless Integration
Tencent Cloud Developer
Tencent Cloud Developer
Jan 19, 2022 · Cloud Computing

Quickly Building a Mock Server with Serverless Cloud Functions (SCF)

This guide shows how to quickly create a low‑cost, serverless mock server using Tencent Cloud's Serverless Cloud Function (SCF) by packaging the Moco JAR, a JSON response file, and a bootstrap script into a ZIP, deploying it as a Java 8 web function, and optionally using a one‑click template for instant setup and automatic scaling.

Cloud FunctionsDevOpsJava
0 likes · 6 min read
Quickly Building a Mock Server with Serverless Cloud Functions (SCF)
Tencent Cloud Developer
Tencent Cloud Developer
Sep 2, 2020 · Backend Development

Unlocking Language Limits in Tencent Cloud SCF with Custom Runtime

Tencent Cloud’s Serverless Cloud Function (SCF) removes its language restrictions by providing a Custom Runtime that runs any Linux binary or script as a bootstrap, communicates with SCF via an HTTP API during cold‑start initialization and hot‑start invocations, enabling developers to deploy functions in unsupported languages such as .NET, Rust, Deno, Swift or WebAssembly, as shown by a Deno example.

Backend DevelopmentCloud FunctionsCustom Runtime
0 likes · 8 min read
Unlocking Language Limits in Tencent Cloud SCF with Custom Runtime
58 Tech
58 Tech
Dec 27, 2019 · Backend Development

Optimizing Recommendation Service Response Time via Log Level Configuration and Code Refactoring

This article describes how to reduce recommendation service response time by refactoring code, configuring log levels per deployment group, using environment variables, and diagnosing performance issues through GC analysis, thread monitoring, and memory leak detection, achieving an average latency reduction of over 30 ms.

GCJavaLogging
0 likes · 14 min read
Optimizing Recommendation Service Response Time via Log Level Configuration and Code Refactoring
58 Tech
58 Tech
Sep 20, 2019 · Backend Development

Design and Implementation of a Unified Mock Service Platform for the SCF Framework

This article introduces the SQC mock service platform built for the SCF microservice framework, outlines three mock implementation approaches, explains why the third solution was chosen, and details the platform’s architecture, features, and benefits for backend testing and integration.

MicroservicesMockSCF
0 likes · 8 min read
Design and Implementation of a Unified Mock Service Platform for the SCF Framework
58 Tech
58 Tech
Oct 24, 2018 · Backend Development

Overview of the SCF RPC Framework: Architecture, Call Modes, Serialization, Service Registration, and Monitoring

This article introduces the SCF RPC framework developed by 58, covering its overall architecture, synchronous and callback call modes, timeout handling, custom serialization techniques, service registration and discovery using etcd, as well as data collection, storage, and monitoring mechanisms for large‑scale distributed services.

Distributed SystemsMonitoringRPC
0 likes · 16 min read
Overview of the SCF RPC Framework: Architecture, Call Modes, Serialization, Service Registration, and Monitoring
Tencent Cloud Developer
Tencent Cloud Developer
Aug 30, 2018 · Cloud Computing

Introduction to Tencent Cloud Object Storage (COS) and Serverless Cloud Function (SCF) Integration

The talk explains Tencent Cloud Object Storage (COS) fundamentals and its integration with Serverless Cloud Function (SCF), showcasing use cases like image processing, video transcoding, log analysis, CDN refresh, disaster backup, and face‑recognition demos, while outlining trigger limits, best practices, cost benefits, and when traditional servers remain preferable.

Best PracticesCOSSCF
0 likes · 12 min read
Introduction to Tencent Cloud Object Storage (COS) and Serverless Cloud Function (SCF) Integration
Tencent Cloud Developer
Tencent Cloud Developer
Aug 29, 2018 · Cloud Computing

Introduction to Serverless Architecture and Cloud Functions (SCF)

This article introduces serverless architecture and Tencent Cloud's SCF, explains how function‑as‑a‑service abstracts servers with pay‑per‑use, automatic scaling and trigger‑driven execution, and showcases typical scenarios such as API services, object processing, log analysis, message handling, and scheduled jobs.

Cloud FunctionsFaaSSCF
0 likes · 20 min read
Introduction to Serverless Architecture and Cloud Functions (SCF)