Xepl Engine Virtual Machine 0.7.1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Xepl Engine Virtual Machine 0.7.1.0 (Default branch)
# 1  
Old 02-09-2008
Xepl Engine Virtual Machine 0.7.1.0 (Default branch)

The XEVM is an XML processing engine. It's a multi-threaded, Pub/Sub environment for dynamic programming on an event-driven state machine with TCP communications, tight fault free memory management, powerful set algebra, and a magical database. It is 100% C++ (25,000 LOC), with a thin porting layer; there are implementations for POSIX (Mac/Linux) and Win32. The XEVM is for processing XEPL (the Xepl Engine Programming Language). License: Open Software License Changes:
This release adds the ability to select the target directory on launch, and includes a gentle sample introduction that introduces a performance and test framework. There is some introductory documentation to guide you.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Providing virtual machine priority in kvm based virtual machines

Hi All, Is there any way I can prioritize my VMs when there is resource crunch in host machine so that some VMs will be allocated more vcpu, more memory than other VMs in kvm/qemu hypervisor based virtual machines? Lets say in my cloud environment my Ubuntu 16 compute hosts are running some... (0 Replies)
Discussion started by: SanjayK
0 Replies

2. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies

3. Red Hat

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool Hi, I don't seem to have the Virtual Machine Manager Desktop tool set up on my RHEL6 Machine. The Linux machine runs off VMWare player and I'm not sure whether it is a VMWare software issue or a problem with the RHEL6... (2 Replies)
Discussion started by: accipiter1
2 Replies
Login or Register to Ask a Question
SoScXMLStateMachine(3)						       Coin						    SoScXMLStateMachine(3)

NAME
SoScXMLStateMachine - Integration level for using Coin events with SCXML-based state machines. SYNOPSIS
#include <Inventor/scxml/SoScXMLStateMachine.h> Inherits ScXMLStateMachine. Public Member Functions virtual SoType getTypeId (void) const virtual void setSceneGraphRoot (SoNode *root) virtual SoNode * getSceneGraphRoot (void) const virtual void setActiveCamera (SoCamera *camera) virtual SoCamera * getActiveCamera (void) const virtual void setViewportRegion (const SbViewportRegion &vp) virtual const SbViewportRegion & getViewportRegion (void) const virtual void preGLRender (void) virtual void postGLRender (void) virtual SbBool processSoEvent (const SoEvent *event) Static Public Member Functions static SoType getClassTypeId (void) static void * createInstance (void) static void initClass (void) Additional Inherited Members Detailed Description Integration level for using Coin events with SCXML-based state machines. This class is part of integrating the Coin types with the SCXML subsystem. SoScXMLStateMachines adds convenience for using SCXML state machines together with Coin events. Since: Coin 3.0 Member Function Documentation SbBool SoScXMLStateMachine::processSoEvent (const SoEvent *event) [virtual] This function makes the state machine process an SoEvent. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoScXMLStateMachine(3)