Skip to main content

Questions tagged [cluster]

Filter by
Sorted by
Tagged with
0 votes
1 answer
123 views

We are investigating on communication between our clusters (AWS and GCP mostly) and we investigating solutions like Istio and linkerd. but the things is all of them connects each cluster to another ...
Mojtaba Kamyabi's user avatar
1 vote
3 answers
352 views

I have a system design question that I'm looking for some guidance on. I have two different systems that need to have a basic level of communication. This is abstracted via message queues. For example,...
user1597121's user avatar
1 vote
1 answer
270 views

I'm currently making an open source application that essentially creates a cluster computer over the internet. This computer network which this application will use will be zero-trust. The problem ...
drake14w's user avatar
1 vote
1 answer
171 views

For my final year project I'm looking to build a distributed version of a popular benchmarking client (this has already been done using various methods involving some form of existing frameworks), I ...
Grilla99's user avatar
-3 votes
2 answers
197 views

I have a Kubernetes instance from DigitalOcean that has 2 worker nodes and 1 load balancer. Now I want to create a MySQL managed database cluster for the app that will run on that Kubernetes. Question ...
emma's user avatar
  • 133
2 votes
0 answers
684 views

Backstory: I am unable to use RDS, as I need to install cartridges in my PostgreSQL instances. I have been trying to pin down an architecture for PostgreSQL running on EC2 instances for a few days. ...
tjwoon's user avatar
  • 29
0 votes
1 answer
127 views

This author writes about alternatives to docker, such as Podman, Buildah and Skopeo. In addition you can run docker images without the Docker Daemon using nspawn. But I want to run docker-compose ...
hawkeye's user avatar
  • 4,849
1 vote
1 answer
647 views

I have a problem with deciding algorithm for color quantization. The image that I want to do color quantization is an RGB image with resolution 512 x 512. I want to reduce the color value in the pixel ...
user10057710's user avatar
2 votes
1 answer
2k views

I'm looking for a clustering algorithm (ideally density based) that allows me to specify the maximum number of clusters (but not the exact number). All points must be assigned to a cluster, so I can't ...
Yair Halberstadt's user avatar
2 votes
1 answer
107 views

Currently I have a design problem, which I am not sure how exactly to solve and what would be the best approach. So what I have is a ASP.NET Core WebApi project which is actually clustered solution. ...
Nikolay Dermendzhiev's user avatar
7 votes
1 answer
2k views

I was reading a litte about clusters in nodejs, and in all cases it was trivial to clusterize the application. In fact, it was so easy that I began to wonder: are there any cases that I shoudn't use ...
julianomontini's user avatar
4 votes
1 answer
619 views

Given a situation like this: where the position of the triangles is given (it does not need to be calculated by an algorithm). I would like to find clusters of circles around the triangles. Each ...
Carlos Rodriguez's user avatar
1 vote
0 answers
98 views

I'm trying to implement an architecture that's similar to the coreos's production architecture (shown below) Should I run the database as a central service or one or more of the workers? I figured ...
benbot's user avatar
  • 131
0 votes
0 answers
111 views

I have a list of clustered points but they are not in the cluster which has the center closest to them. The objective is to reassign them to minimize the total distance of each point to its cluster ...
qshng's user avatar
  • 111
1 vote
0 answers
371 views

I have an app written with JSF and Spring using JPA+Hibernate which is running on a Glassfish4 server. Right now I have an Observer pattern which is listening for some Postgresql events. Let`s say ...
Videanu Adrian's user avatar
3 votes
3 answers
4k views

It is a Design Problem which I am listing out here. I have different set of business operations that are carried out for different business entities. Operations: Operation A Operation B Operation C ...
Abhishek's user avatar
1 vote
2 answers
362 views

We've been working on a networked online game project which will run in near future and looking for a satisfying solution for our distributed game database. We didn't take networking costs into ...
aog's user avatar
  • 125
0 votes
0 answers
756 views

Can someone please explain with an example how an Embedded Tomcat Cluster works. Would a load balancer be necessary? Since we're using embedded tomcat, how would two separate jar files (each a ...
user avatar
2 votes
1 answer
515 views

I need help in identifying a better algorithm. I have developed a script using pythons scipy package to analyse a rather large model that I wish to solve. The model contains over 12GB of data ...
AEA's user avatar
  • 121
-1 votes
2 answers
1k views

I have dataset that is contain 150 data that is actually divided into 3 group. Each group has it’s own label. I do clustering process with K-means algorithm to group the data. I need to assign the ...
dipa's user avatar
  • 101
1 vote
2 answers
1k views

Running Apache ZooKeeper (this applies to PAXOS style system just as well) with 2 members - which is not recommended - does not make sense, because if either member1 goes down member2 goes down there'...
Eugen Dück's user avatar
19 votes
5 answers
721 views

I'm a planetary science researcher and one project I'm working on is N-body simulations of Saturn's rings. The goal of this particular study is to watch as particles clump together under their own ...
Stuart Robbins's user avatar
0 votes
1 answer
147 views

PhpServer will handle gSoap requests and http requests from clients. PushServer will push notifications to clients and act a file server. There are many server machines. Every PhpServer will ...
Steve's user avatar
  • 157
8 votes
1 answer
66k views

To me, it seems as though "mainframe" is a somewhat dated term; is it simply an older synonym of "server," or does it server a purpose more similar to a cluster/supercomputer?
Jules's user avatar
  • 361
4 votes
1 answer
3k views

So for a clustered environment - how would this work with your apps? What about your own custom .NET apps? Would there be a special way to develop them? I know that you could create a simple Hello ...
Ahmed ilyas's user avatar