| Projects on Google Code | Results 1 - 10 of 92 |
Realizar: Programa de implementación de pilas.
Realizarse: en forma INDIVIDUAL.
Fecha de entrega: miércoles 29 de julio
Objetivos:
a. Implementación de las operaciones de una cola.
b. Implementación de colas con listas circulares.
c. Implementación de colas con arreglos.
Programa a realizar:
...
Este projeto tem como objetivo a criação de um simulador de filas. Este simulador é um trabalho acadêmico da matéria Avaliação e Desempenho (AD) da UFRJ, cursada no primeiro semestre de 2009.
An asynchronous queue for the classic producer/consumer scenario.
Make a simulator to run multiple queue thoeries to see which is faster.
[http://sparrow.googlecode.com/svn/trunk/ Sparrow] is a really fast lightweight queue written in Ruby that speaks memcache. That means you can use Sparrow with any memcached client library (Ruby or otherwise).
Sparrow keeps messages in memory, but persists them to disk, using Sqlite, when the qu...
This is a very simple API for interacting with lightweight queues. Currently queues that speak the memcached protocol, Amazon's SQS service, and Beanstalkd are supported. External backends can be easily defined and used as long as they conform to the BaseQueue API.
This library is designed to b...
My labs
Using native threads as tasks currently
-----------------------------
GearBase是一个并行消息传递应用框架。
以并发结构/通用消息格式为核心,致力于以无痛苦的方式引入Erlang或MPI的思考模式,将计算节点/消息传递的架构广泛使用于应用系统的构建之中。
GearBase的节点目前用OS原生线程来实现,采用简单通用数据结构在节点之间传递信息,最终目的是实现消息传递的分布式透明化。
GearBase的目标:
一个分布式透明的微型节点/消息内核。
在此基础上建立的大量通用组件,可供快速搭建分布...
Register a function as accepting ticket requests, and queue up a model instance as needing servicing. later on, your model instance will be popped out of the database and serviced, then removed from the queue. This sounds similar to RabbitMQ, or one of those other message queues, and it is somewhat....
php-amqp is a PHP Extension written in C to enable support for AMQP (Advanced Message Queuing Protocol) messaging directly from PHP. The extension is using the rabbitmq library (Version 1.6.0, AMQP Version 0.8) (http://hg.rabbitmq.com/rabbitmq-c).
==Installation==
* Download librabbitmq-c from...