Curve Cloud Nativeperformance • Easiser operation • Cloud native • Curve is composed of two parts • Curve Block Storage (CurveBS) • CurveBS: a high performance cloud native distributed block storage • Curve File File System (CurveFS) • CurveFS: a high performance cloud native file system (Based on CurveBS / S3 compatible Storage)Operator capability Level OPERATOR CAPABILITY LEVEL CURVE COMMENT BASIC INSTALL Y Support horizontal/vertical scaling, auto config tuning, abnormal detection, schedule tuningCloud native Feature list • Features for Cluster • Features for CurveBS • Features for CurveFS • Features0 码力 | 9 页 | 2.85 MB | 6 月前3
Tornado 6.5 Documentationnetworking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 6.5 Coroutines and concurrency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121 http_client.fetch(url) return response.body And here is the same function rewritten asynchronously as a native coroutine: from tornado.httpclient import AsyncHTTPClient async def asynchronous_fetch(url): http_client http_client = AsyncHTTPClient() response = yield http_client.fetch(url) raise gen.Return(response.body) Coroutines are a little magical, but what they do internally is something like this: from tornado.concurrent0 码力 | 272 页 | 1.12 MB | 3 月前3
Tornado 6.5 Documentationorg/projects/tornado/downloads/]. User’s guide Introduction Asynchronous and non-Blocking I/O Coroutines Queue example - a concurrent web spider Structure of a Tornado web application Templates and UI IOStream-based TCP server Coroutines and concurrency tornado.gen — Generator-based coroutines tornado.locks – Synchronization primitives tornado.queues – Queues for coroutines tornado.process — Utilities Introduction Asynchronous and non-Blocking I/O Blocking Asynchronous Examples Coroutines Native vs decorated coroutines How it works How to call a coroutine Coroutine patterns Calling blocking functions0 码力 | 437 页 | 405.14 KB | 3 月前3
julia 1.10.10Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 9.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 10 Scope of Variables 105 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1559 101.7 High-level Overview of the Native-Code Generation Process . . . . . . . . . . . . . . 1560 101.8 Julia Functions . . . . . . . . fast • Designed for parallelism and distributed computation • Lightweight "green" threading (coroutines) • Unobtrusive yet powerful type system • Elegant and extensible conversions and promotions for0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.10.9Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 9.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 10 Scope of Variables 105 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1559 101.7 High-level Overview of the Native-Code Generation Process . . . . . . . . . . . . . . 1560 101.8 Julia Functions . . . . . . . . fast • Designed for parallelism and distributed computation • Lightweight "green" threading (coroutines) • Unobtrusive yet powerful type system • Elegant and extensible conversions and promotions for0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.11.5 DocumentationHandling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 10.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 11 Scope of Variables 111 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1840 105.7 High-level Overview of the Native-Code Generation Process . . . . . . . . . . . . . . 1841 105.8 Julia Functions . . . . . . . . fast • Designed for parallelism and distributed computation • Lightweight "green" threading (coroutines) • Unobtrusive yet powerful type system • Elegant and extensible conversions and promotions for0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release NotesHandling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 10.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 11 Scope of Variables 111 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1840 105.7 High-level Overview of the Native-Code Generation Process . . . . . . . . . . . . . . 1841 105.8 Julia Functions . . . . . . . . fast • Designed for parallelism and distributed computation • Lightweight "green" threading (coroutines) • Unobtrusive yet powerful type system • Elegant and extensible conversions and promotions for0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.4Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 10.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 11 Scope of Variables 111 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1840 105.7 High-level Overview of the Native-Code Generation Process . . . . . . . . . . . . . . 1841 105.8 Julia Functions . . . . . . . . fast • Designed for parallelism and distributed computation • Lightweight "green" threading (coroutines) • Unobtrusive yet powerful type system • Elegant and extensible conversions and promotions for0 码力 | 2007 页 | 6.73 MB | 3 月前3
julia 1.13.0 DEVHandling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 10.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 11 Scope of Variables 111 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1893 106.7 High-level Overview of the Native-Code Generation Process . . . . . . . . . . . . . . 1894 106.8 Julia Functions . . . . . . . . fast • Designed for parallelism and distributed computation • Lightweight "green" threading (coroutines) • Unobtrusive yet powerful type system • Elegant and extensible conversions and promotions for0 码力 | 2058 页 | 7.45 MB | 3 月前3
Julia 1.12.0 RC1Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 10.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 11 Scope of Variables 111 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1891 106.7 High-level Overview of the Native-Code Generation Process . . . . . . . . . . . . . . 1892 106.8 Julia Functions . . . . . . . . fast • Designed for parallelism and distributed computation • Lightweight "green" threading (coroutines) • Unobtrusive yet powerful type system • Elegant and extensible conversions and promotions for0 码力 | 2057 页 | 7.44 MB | 3 月前3
共 22 条
- 1
- 2
- 3













