My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 97
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: ...
*HyperThread* é um framework para desenvolvimento de aplicações, java, multi-thread. A arquitetura básica para a qual este framework se aplica esta na figura abaixo. Na esquerda da figura existe um processo, conjunto de threads, que produzem elementos para uma fila. Na direita está um processo, e...
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...
HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. This is free software, and you are welcome to modify and redistribute it under the New BSD License. ==Features== * Very simple * Very fast, more than 10000 requests/sec * High concurrency, support the tens of th...
My labs
C, Queue
Using native threads as tasks currently ----------------------------- GearBase是一个并行消息传递应用框架。 以并发结构/通用消息格式为核心,致力于以无痛苦的方式引入Erlang或MPI的思考模式,将计算节点/消息传递的架构广泛使用于应用系统的构建之中。 GearBase的节点目前用OS原生线程来实现,采用简单通用数据结构在节点之间传递信息,最终目的是实现消息传递的分布式透明化。 GearBase的目标: 一个分布式透明的微型节点/消息内核。 在此基础上建立的大量通用组件,可供快速搭建分布...
1 2 3 4 5 6 7 8 9 10 Next