⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with a
💻
字号:
Copyright (c) 1999-2005 by Open Source Telecom Corporation.Verbatim copying and distribution of this entire article is permittedin any medium, provided this notice is preserved.This directory contains the "3rd" major release of the GNU ccScript engine.  GNU ccScript "3" is a and highly specialized embeddedscripting engine and virtual execution environment for creating script"extensible" applications.  This system is a C++ class library whichallows one to derive application specific dialects of the core language as needed through subclassing.Where ccScript differs from similar packages is both in determinsticruntime, and it's use of step execution for integrating with realtimestate-transition and callback event driven systems.  That is, rather than invoke a function which then parses an interpreter, one executes a single "step" statement. This is useful when a callback service thread is monitoring multiple devices; each device can have a ccscript interpreter instance, and a single thread can dispatch events upon demand.GNU ccScript is used in GNU Bayonne (the telephony application server ofthe GNU project) and will likely get used in other GNUCOMM servers.  GNUccScript is derived from and requires GNU Common C++.GNU ccscript is also meant to script systems without downtime.  This hasone curious effect; when ccscript is started, a core script is convertedinto an "image" object.  When an interpreter instance is connected toprocess script requests, it attaches a reference.  If an active script is modified and reloaded, a new "image" is created, and new requests are then given this new image.  When the last reference against an old script image is terminated, the image is also purged.  This allows one to compile and rebuild scripts on the fly and load them into memory even while active interpreter instances are running.GNU ccScript is not meant to solve the problems of traditional scriptingengines (tcl, guile, etc).  However, if you need several hundred instances of an interpreter running concurrently, if you are builing state-event systems, or if you need near real-time response through a script system, then GNU ccScript may be the answer for you.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -