unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANN] gzochi project development release 0.5
@ 2014-01-15 18:40 Julian Graham
  2014-01-15 18:59 ` Thompson, David
  0 siblings, 1 reply; 9+ messages in thread
From: Julian Graham @ 2014-01-15 18:40 UTC (permalink / raw)
  To: Guile Users

Hi everyone,

I'm pleased to announce the fifth development release of the gzochi
game development framework.

The project description, from Savannah: gzochi (/zoʊ-tʃiː/) is a
framework for developing massively multiplayer online games. A server
container provides services to deployed games, which are written in
Guile Scheme, that abstract and simplify some of the most challenging
and error-prone aspects of online game development: Concurrency, data
persistence, and network communications. A very thin client library
can be embedded to provide connectivity for client applications
written in any language. gzochi can be viewed as an application server
(plus clients) for Guile applications that have special kinds of
workloads -- quick, CPU-bound tasks that require transactional
guarantees around sending messages and accessing data.

This is primarily a bug fix release, focused on improving the
stability and correctness of durable task scheduling and transactional
access to data. Additionally, it includes:

* A new scalable data structure in the Scheme API, based on SRFI-44
sequences: gzochi:managed-sequence

* Reporting of average transaction duration via the server's embedded
administrative web console

* Performance improvements to both the server and reference client
implementations

* ...and more! See the NEWS files in the distribution for details

This is a development release; the framework is largely
feature-complete but likely not bug-free. Nonetheless, there's
extensive server and client documentation, and the distribution
includes two example games with heavily-annotated source code. For
more information, visit http://www.nongnu.org/gzochi/ or check out the
project page on Savannah, at
http://savannah.nongnu.org/projects/gzochi/ -- you can pick up the
release
from the downloads section.


Regards,
Julian



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-01-17  9:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 18:40 [ANN] gzochi project development release 0.5 Julian Graham
2014-01-15 18:59 ` Thompson, David
2014-01-15 19:09   ` Julian Graham
2014-01-15 19:14     ` Thompson, David
2014-01-15 19:22       ` Julian Graham
2014-01-15 19:24         ` Thompson, David
2014-01-15 19:56   ` Panicz Maciej Godek
2014-01-15 20:43     ` Thompson, David
2014-01-17  9:43       ` Panicz Maciej Godek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).