Giter Club home page Giter Club logo

kilim-1's Introduction

Kilim

Lightweight local/distributed concurrency for Java by message passing

Version v0.7 -- Copyright (c) 2006 Sriram Srinivasan [email protected]

Overview

This software is released under an MIT-style licesne (please see the License file). Please see docs/manual.txt and docs/kilim_ecoop08.pdf for a brief introduction.

Please use GitHub to report bugs (or better yet submit pull requests). Social Coding, FTW!

Building

Use Maven to build, test and install Kilim.

Compile

To compile the source into a jar file simply:

``bash mvn compile


### Test

To exercise the test suite simply:

```bash
mvn test

Examples

To run an example:

java -cp ./classes:$CLASSPATH kilim.examples.Chain 10

Dependencies

ASM 4.0

This software depends on the ASM bytecode library (v 4.0).

If you don't have ASM version 4.0 installed in your ~/.m2 directory you'll want to install it. There is a copy in the libs directory, to install it simply do the following:

mvn install:install-file -Dfile=libs/asm-debug-all-4.0.jar -DgroupId=asm -DartifactId=asm-all -Dversion=4.0 -Dpackaging=jar

After which you'll see Maven do some magic resulting in the following:

/home/you/.m2/repository/asm/asm-all/4.0/asm-all-4.0.jar
/home/you/.m2/repository/asm/asm-all/4.0/asm-all-4.0.jar.lastUpdated
/home/you/.m2/repository/asm/asm-all/4.0/asm-all-4.0.pom
/home/you/.m2/repository/asm/asm-all/4.0/asm-all-4.0.pom.lastUpdated

Java 7 (1.7.x)

This library has been ported to Java 7. It's now "Write once, run on JDK7 only."

kilim-1's People

Contributors

kilim avatar krestenkrab avatar sriram-srinivasan avatar iainh avatar ianatha avatar

Watchers

James Cloos avatar Aleph Archives avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.