Skip to content

Commit

Permalink
Fix bug pinning all user threads to core 0
Browse files Browse the repository at this point in the history
- Clarify PMEM roadmap
- Bump to v1.4.2
  • Loading branch information
Jace A Mogill committed Jan 23, 2017
1 parent 855fe2c commit 8d0689c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Examples/kv_store.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-----------------------------------------------------------------------------+
| Extended Memory Semantics (EMS) Version 1.3.0 |
| Extended Memory Semantics (EMS) Version 1.4.2 |
| Synthetic Semantics http://www.synsem.com/ mogill@synsem.com |
+-----------------------------------------------------------------------------+
| Copyright (c) 2011-2014, Synthetic Semantics LLC. All rights reserved. |
Expand Down Expand Up @@ -30,7 +30,7 @@
| |
+-----------------------------------------------------------------------------*/
'use strict';
var ems = require('ems')(1, true, 'user');
var ems = require('ems')(1, false, 'user');
var http = require('http');
var url_module = require("url");
var cluster = require('cluster');
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ EMS 1.3 introduces a C API.

EMS 1.4 Python API

EMS 1.5 **[Planned]** Support for [persistent memory](http://pmem.io/).
EMS 1.5 **[Planned]** Support for [persistent main system memory](http://pmem.io/).

EMS 2.0 **[Planned]** New API with more tightly integrate with
ES6, Python, and other dynamically typed languages languages,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ems",
"version": "1.4.1",
"version": "1.4.2",
"author": "Synthetic Semantics <info@synsem.com>",
"description": "Persistent Shared Memory and Parallel Programming Model",
"contributors": [
Expand Down

0 comments on commit 8d0689c

Please sign in to comment.