The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
4 views

Hazelcast configuration for distributed data structure

For distributing data structure i want to configure hazelcast. followed all the instructions mentioned in the documentation but still not able to configure it between two machines connected over ...
0
votes
2answers
28 views

Choosing Hazelcast features

I have a task (i describe it a bit later) and afai understand, Hazelcast is a best choice for it. But it has so many features and usages, so i can't understand what exactly to choose. Actually the ...
1
vote
0answers
35 views

Zookeeper Producer Consumer

I have few doubts on how producer consumer recipe will work with Zookeeper. All the examples I have seen so far have producers and consumers in the same java processes as separate thread. But the ...
0
votes
0answers
25 views

Distributed Lock of Temporary Data with Failover

I use .NET. I have data that's read and written frequently. However the temporary nature of the data is such that it doesn't make much sense to persist it. In fact it makes more sense to purge it ...
0
votes
2answers
43 views

Is possible to denote a vector of numbers uniquely as a number?

Given a vector of numbers: V=(v1, v2, ..., vn). These n numbers don't need to be distinct or sorted. Suppose that we have a few vectors V1, V2, ..., Vm. Is possible to use a number (integer or float ...
1
vote
2answers
64 views

UDP buffer overflow w/o filling the receive buffer?

If I send 1000 "Hello World!" UDP messages (12 bytes + 28 IP/UDP overhead), I observe that on the receiving side I only buffer 658 (always the same number, 658*40 = 26320 bytes). I do that, by sending ...
0
votes
1answer
45 views

High performance distributed asynchronous RPC in java

I would like to do RPC to a list of clients with the following requirements: the server does not know the clients (implies a kind of broker?) and the cleints do not know the server there may be ...
0
votes
1answer
43 views

Solving the Poisson Equation with distributed arrays in matlab, keep getting error message?

I am trying to solve the poisson equation with distributed arrays via the conjugate gradient method in Matlab. I keep getting this error: Index exceeds matrix dimensions. Error in spdiags (line ...
0
votes
1answer
33 views

formatting namenode, node is lost

I'am trying to set up the pseudo distributed mode for Hadoop. all first steps are ok, but when I format the namenode and browse the filesystem (50070), it shows "there are no datanode in the cluster" ...
0
votes
0answers
27 views

how to fix “stale data access” in memcached

We are facing an issue with memcached (v1.4.4 on Redhat) that is accurately described below: With consistent ketama hashing in memcached, there is no strict state for where a given key lives. In the ...
0
votes
0answers
15 views

Memcached distribution

I have a question about memcached destribution across nodes. We have 20 memcached nodes with 200GB memcached on each. Our apps are PHP apps. $memcache->setOption(Memcached::OPT_DISTRIBUTION, ...
2
votes
1answer
63 views

Does Service stack really built on Standards

I am not very much sure weather DTOs shuld be POCOs or it can depend on any technolgoy.I am thinking, It is better to keep them as POCOs to support Loose coupling and make sure it works with any ...
-2
votes
1answer
34 views

single node cluster work on multinide cluster?

I had written mapreduce java code for single machine cluster without using Tool ,will it work on multi node cluster or i have to make changes? Following code tokenize the string and count term ...
0
votes
0answers
33 views

Solr - Results differ in 2 solr cores (same configuration) for fuzzy search

I have created 2 versions of Solr core in different servers. one is simple core having all records in one core. And other is shards core, distributed over 3 cores on server. Simple core : ...
0
votes
2answers
65 views

Distributed Caching in Hadoop File Not Found Exception

It shows that it created cached files. But, when I go and look at the location the file is not present and when I am trying to read from my mapper it shows the File Not Found Exception. This is the ...
0
votes
1answer
29 views

How can i make a SearchComponent Solr plugin distributed aware?

i followed the instructions that i found here and here to create my first Solr SearchComponentPlugin and everything went great for one core! Now because i am using distributed search on multiple ...
0
votes
0answers
18 views

Free Distributed Caching Solution Compatible with .NET 3.5?

I'm looking for a distributed cache solution for large enterprise. Any clients must be .net 3.5 compatible because of the existing platform. I am unable to move forward to 4.0 to take advantage of ...
0
votes
0answers
20 views

Hbase mapreduce fails on cluster

I have a mapreduce program that first scans an HBase table. The mapper will emit all row keys to a HDFS file.This works fine on local machine.But when I tried to run the code in distributed mode(I ...
0
votes
1answer
26 views

Distributed components lifecycle management

My company has plans to implement a clustered system with a lot of services that will be deployed automatically in different machines and will interconnect with each other (SOA style). Sometimes the ...
-4
votes
1answer
84 views

How to divide keyspace of strings for password cracking? [closed]

I am trying to make a distributed password cracker which takes in a Hash of password and gives the string whose hash it is. I know that the string is going to be 10 characters long and can contain ...
1
vote
1answer
22 views

Paxos ballot number reuse

On receiving the prepare message from proposer, the Acceptor responds with either promise or refuse. If proposer did not received enough promises and times-out, the proposer should discard the ...
1
vote
1answer
33 views

Profiling distributed systems

I was wondering about possible ways to track down performance bottlenecks in distributed systems. I am aware of tools like X-Trace and its offspring (e.g. Dapper) but I am more curious about the ...
1
vote
1answer
33 views

Calculating quartiles of distributed data

Not entirely sure if this is an appropriate forum for this. I have a small database cluster(4 boxes), each machine has a shard of the overall dataset. I need to calculate quartiles for a specific ...
0
votes
0answers
26 views

Lucene php library in distributed mode

Is there a way to make lucene php library distributed? I have lucene php library on one server I would like to make it so that other server can send data to that index dir. Not sure if there are locks ...
0
votes
1answer
110 views

Maintaining a single instance over multiple JVM

I am creating a distributed service and i am looking at restricting a set of time consuming operations to a single thread of execution across all JVMs at any given time. (I will have to deal with 3 ...
1
vote
1answer
87 views

Does Storm Trident can only doing JOIN within batches?

I want to implement a JOIN semantics, and I try the join method in Trident topology. I find that join is doing between batches. If the join between two stream with millions of tuples, does it must ...
0
votes
2answers
124 views

Shell scripts have different behavior when launched by Jenkins

I have a ton of scripts I need to execute, each on a separate machine. I'm trying to use Jenkins to do this. I have a Python script that can execute a single test and handles time limits and ...
0
votes
1answer
33 views

Does corba allow a client to include it's own server stub

I am working on an application in which the clients send RPCs to server and also the server will be requesting services from the clients. My question is can the server have multiple client stubs and ...
0
votes
0answers
14 views

Update SQAlchemy field threadsafe from multiple processes

I have a database table that describes a job that is processing on a distributed system. So the entire job is split up into many tiny parts and each part is processed on a different machine in it's ...
2
votes
1answer
213 views

zookeeper vs redis server sync

I have a small cluster of servers I need to keep in sync. My initial thought on this was to have one server be the "master" and publish updates using redis's pub/sub functionality (sicne we are ...
0
votes
0answers
72 views

zookeeper, doozerd, file-locking

I have some distributed, multi-threaded services from which I would like to atomically access files on a remote file-server (which I cannot mount as a local filesystem). I've been reading the docs for ...
3
votes
1answer
117 views

Different scenarios on distributed processing [closed]

I have a web application - a simple web application archive file - that having several storage adapters for different storage types ie. MongoDB and CouchDB. By using this application I can store/query ...
0
votes
0answers
23 views

WSO2 ESB : Distributed ESB

How to implement a distributed wso2 esb? one of the difference between ESB and Message Broker middkeware is that the ESB can design and implement in a distributed manner. how can i implement this ...
2
votes
1answer
105 views

How can load balancing be handled in Hadoop mapreduce?

How can load balancing be handled in Hadoop mapreduce? I am writing a distributed application in which the server distributes jobs to worker nodes based on a benchmark test, memory available, number ...
0
votes
0answers
13 views

how to limit qps on distributed system

I'm writing a webservice which need to limit the num of calls per seconds. It seems like: If qps <= MAX_QPS_LIMIT return "OK" otherwise ...
1
vote
1answer
148 views

Task priority in celery with redis

I would like to implement a distributed job execution system with celery. Given that rabbitMQ doesn't support priorities and I'm painfully needing this feature, I turned to celery+redis. In my ...
3
votes
3answers
92 views

Can an Akka actor store its outgoing messages in a durable mailbox?

Can an Akka actor store its outgoing messages in a local durable outbox until its remote receiver actor is ready to receive them in its own durable inbox? In other words, can I use Akka to perform ...
1
vote
1answer
86 views

Distributed computing platform in Java

I was asked to make a platform to download tweets from the Twitter streaming API. The basic idea is to have a controller to generate tasks with information about what do download (keywords) and how to ...
2
votes
1answer
104 views

Multiple workers on a single machine for different tasks

I'm trying to build a distributed job execution system with celery. When I launch 2 workers on a single machine (localhost), in which one for an addition task add and the other for a subtraction ...
0
votes
1answer
227 views

Can't connect to a remote zookeeper from a Kafka producer

I've been playing with Apache Kafka for a few days, and here is my problem, If I set up the local test described in the "quick start" section on the website, everything is fine, the kafka producer/ ...
3
votes
2answers
112 views

Sending function pointer over network in python

Is there a possibility to send a function pointer in python over network to run on another machine? let's say I have a function that I want to run: def myFunc(): ... Is it possible to send ...
1
vote
1answer
187 views

JMeter distributed test with multiple Sampler Sender modes

I'm trying to run a distributed test with JMeter 2.9 with: 1 client (master JMeter to start test and collect results) 2 servers (slaves that execute the actual requests and send data back to client) ...
0
votes
1answer
46 views

Async DataCache API (.NET)

I'm using the DataCache API that is part of the Windows Azure Caching Nuget package and I was wondering why there isn't a way to make non-blocking calls against the constituent methods. Am I missing ...
3
votes
4answers
157 views

Distributed parallel programming model in any programming language - similar to apach hadoop but supports windows machine

I am interested to know distributed parallel programming model in any programming language (java/perl/python/php) - similar to apache hadoop but supports windows machine (I don't want to install ...
0
votes
2answers
102 views

Can I send an object via TCP using Ruby?

I'm trying to send and "message" object via TCP on Ruby and my client class simply don't see any thing comming. What am I doing wrong? My message class (that I'm trying to send) class Message ...
0
votes
1answer
68 views

Algorithm to Rate limit remote requests

Assume I have a very large pool of requests that I want to send to a remote host. Like any server, the remote host has limited capacity. All the messages must eventually be delivered, and timeliness ...
0
votes
0answers
27 views

What is the difference between Tuple space and Data space

I want to know difference between Tuple space and Data space.
0
votes
1answer
101 views

Implementing fault tolerance in distributed message queues

Suppose in the picture below that the middle message queue fails. Senders can still get messages sent by using other message queues. But what happens if the message queue dies after receiving the ...
0
votes
0answers
41 views

How to create shared peer to peer dataspaces?

So i want to what is a dataspace. Functions of dataspace, working, this kind of things i want to know. Also i want to know how to create shared p2p dataspace. Any tools for to that, methodologies i ...
1
vote
0answers
85 views

OTP Distributed Application Takeover

I'm dynamically loading an Erlang application into the system based on a config file which procludes me from starting the distributed app at boot time -- I'm able to get failover to work, but not ...

1 2 3 4 5 17