Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
71 views

I'm trying to implement Conway's Game of Life in C, showing that it can scale with OpenMP. The results in the following picture are from running it on a socket of a machine with 64 cores equally ...
pettepiero's user avatar
0 votes
1 answer
72 views

I'm running api load tests with a script that's a combination of REST and websocket APIs. The resource utilisation of the VM where I'm using jmeter to execute load tests is much higher than before ...
Nathan Antony's user avatar
1 vote
0 answers
55 views

(Updated) I am trying to understand how CUDA parallelism works in CuFFT while learning CUDA coding. I wrote my version of 1-D FFT in CUDA C++ and compared it with cuFFT. Below are the throughputs I ...
user2988096's user avatar
3 votes
1 answer
73 views

It is found how to represent horizontal scaling in UML with a Layered component but nothing has been said for vertical scaling
user1675150's user avatar
0 votes
0 answers
36 views

|-|i I'm making a mobile chat app I heard about load balancing and scalability, to make it able to be used properly by multiple people at different locations of the world at same time I'm currently ...
user avatar
1 vote
1 answer
162 views

I am new to Kafka and I understand that there is only guarantee of message order within one partition and not across partitions. What I am not sure is if this can create scalability issues e.g. in ...
smith's user avatar
  • 311
0 votes
0 answers
117 views

I'm building a SaaS application where multiple users can create Zoom meetings. Currently, I'm using Zoom Server-to-Server OAuth to create meetings via the below endpoint POST /users/{userId}/meetings ...
javed iqbal's user avatar
1 vote
1 answer
450 views

I’m working on hosting multiple applications using Azure App Service, and I want to optimize resource usage by enabling Per-App Scaling. My goal is to host a high-density number of apps on the same ...
Senthil Gopal's user avatar
-1 votes
1 answer
73 views

In the process of optimizing MySQL, we discovered a performance collapse at 10,000 concurrent connections during benchmarksql testing. Is there a theoretical limitation, or is it an issue with MySQL's ...
wangbin579's user avatar
1 vote
0 answers
33 views

I have a complex issue with regards to scalability. I am confused between putting load on the database, the backend server, or the frontend server. I have 923K hexagons of levels 1-8 for France, which ...
Abdullah Ahmad's user avatar
0 votes
1 answer
37 views

I am trying to learn kafka with microservices (spring boot) - now, I came across a video lecture which says that the no. of partitions in a topic is static and can't be changed dynamically - that ...
Agrudge Amicus's user avatar
1 vote
0 answers
52 views

I'm working on a system where: A producer sends approximately 100 million messages daily to a message queue. The consumer processes each message from the queue and produces multiple parts as output. ...
Pouya Rezaei's user avatar
0 votes
1 answer
349 views

Can someone explain why they say db replication is more ideal for read scalability while sharding is more ideal for write scalability? From my current understanding: replication allows read traffic ...
Joshua Choe's user avatar
2 votes
3 answers
212 views

I'm developing a small website in Flask that relies on data from a CSV file to output data to a table on the frontend using JQuery. The user would select an ID from a drop-down on the front-end, then ...
GreenGodot's user avatar
  • 6,893
0 votes
0 answers
52 views

I'm working with an events table where different source tables trigger writes into this table with columns: entity_id and payload. These events are then published to a Kafka topic using a message ...
Forece85's user avatar
  • 518
0 votes
1 answer
138 views

I am building a serverless application using AWS Lambda and DynamoDB. The application processes a large amount of incoming data, performs some transformations, and then stores the results back into ...
ipassionforu's user avatar
1 vote
1 answer
164 views

We explore a way that has the last version of WSO2 APIM with Publisher and Devportal and Carbon and Admin , ... and at the same time have Scalable Gateway to execute for example 2000 requests per ...
m.feyzollahi's user avatar
0 votes
2 answers
247 views

I'm currently exploring strategies to optimize data storage and retrieval for an enterprise-level application that demands high scalability and performance. In my quest to enhance efficiency, I've ...
devil-0-per's user avatar
2 votes
1 answer
170 views

I'm developing a real-time notification service using Node.js with Express, MongoDB for data storage, and Socket.IO for real-time communication. The service is intended to be integrated into various ...
Abdelkader Bouzomita's user avatar
9 votes
1 answer
10k views

I have 2 million articles that are being chunked into roughly 12 million documents using langchain. I want to run a search over these documents so I would like to have them into ideally one chroma ...
user23501561's user avatar
0 votes
1 answer
165 views

Cloud Spanner claims that its infinitely scalable database solution. How Cloud Spanner actually implements horizontal scalability under the hood?
Naren Mehra's user avatar
0 votes
1 answer
87 views

I have developed the following code to check if groups of three people are conected at the same time import pandas as pd from itertools import combinations data = { 'User': ['Esther','Jonh', 'Ann'...
slow_learner's user avatar
1 vote
2 answers
52 views

The problem is a generalization of the folling simple problem: Given 3 lists of elements, I can loop over the pairings between all 3 lists by folling pseudocode: foreach( element1 in list1 ) ...
Daniel Bauer's user avatar
0 votes
1 answer
50 views

I'm thinking about designing a small 2D game where all players share the same map, generated with Perlin noise (for example), and which could be modified by players. Technically, it should be like a ...
Ershetz's user avatar
  • 47
0 votes
1 answer
738 views

Let's suppose a Kafka streams that operates stateful has an input topic with 16 partitions and the number of instances (or tasks) is also 16. I understand that the default partitioner of the Kafka ...
tae's user avatar
  • 51
3 votes
1 answer
278 views

I am migrating enterprise web application using spring MVC and spring boot which currently working in core .Net technology. In Java I am using microservices and postgresql in backend and using angular ...
Mr.DevEng's user avatar
  • 1,688
0 votes
0 answers
66 views

I created a simple NN (multi-layer percetpron acutally) in pytorch that takes a vector of quantities as an input and outputs an assignment map so that the products with the biggest quantities are ...
Clément's user avatar
0 votes
2 answers
125 views

I've made a TCP server for a turn-based game in C#. The server uses MySql for the database and uses stored procedures for all database interactions. All database interactions are contained within a ...
110100100's user avatar
  • 925
2 votes
1 answer
794 views

I'm learning about docker and can't seem to wrap my head around the idea of scaling with docker. Assuming 2 based docker containers, 1 for nginx, 1 for webapp (php/nodejs/etc) on 1 very powerful ...
LucidScript's user avatar
1 vote
0 answers
381 views

I have a java spring boot application with some open source schedulers in it. The main workflow of the application is: whenever we get the requeusts we create a task at some time as configured in the ...
S.Thulasi Raman's user avatar
4 votes
0 answers
495 views

I am managing a GKE cluster that runs identical machine-learning models whose CPU usage fluctuates heavily based on the current load. Thus, I made the gap between the lower and upper limit of CPU ...
ayam's user avatar
  • 41
0 votes
1 answer
1k views

I am using modin in combination with ray to read a huge csv file (56GB with 1,5 billion rows). I sorted the data beforehand using linux sort. The following code results in multiple workers being ...
Ranger's user avatar
  • 105
0 votes
1 answer
73 views

I have a vue project where I've made an aggregate data grid similar to Excel. I have a dataset, here's just one object in the array of objects as a small sample export default [ < --- ...
timventura's user avatar
1 vote
0 answers
36 views

I have a large dataset that I process using xarray+dask for scalability. These libraries work great for all of my calculations, except for one. The final step is to perform some statistics ...
krokosik's user avatar
  • 147
3 votes
1 answer
312 views

Assume a user connects via a Websocket connection to a server, which serves a personalized typescript function based on a personalized JSON file So when a user connects, the personalized JSON file is ...
tobias's user avatar
  • 879
0 votes
0 answers
58 views

Let's say I have a json data of multiple vendors in a large number of categories. I need to make post api calls for top 10 vendors of these hundreds of categories. How can I do that in a scalable ...
Joy's user avatar
  • 77
0 votes
0 answers
84 views

I have been suffering for a very long time to disable zooming with fingers, double clicks, etc. on iOS, so that it is cross-browser on all devices. Completely disable scaling on mobile phones. I tried ...
Luke Fate's user avatar
0 votes
1 answer
138 views

I've a node application deployed on Azure App Service and we've scaled it to 5 instances. Now in our application we have exposed few API's which adds data into our mongo DB collection called detail. ...
Batman's user avatar
  • 1
0 votes
0 answers
79 views

I have around 600GB of csv files, around 1 billion lines, stored in around 80 million text files. For performing additional analysis, specifically network analysis, I would have to first aggregate ...
Ranger's user avatar
  • 105
0 votes
1 answer
442 views

I am building a mobile application in react-native. I am using Firebase for authentication and I am using Firebase cloud functions with Firestore for some API functions that get information from the ...
Laurens Smid's user avatar
0 votes
2 answers
671 views

I have a Django app. I am about to move this from a single core system to a multi core system. (8 threads because of hyperthreading) I am trying to figure out the changes I need to make to utilize all ...
np3228's user avatar
  • 103
1 vote
3 answers
145 views

Given the following df: SequenceNumber | ID | CountNumber | Side | featureA | featureB 0 0 | 0 | 3 | Sell | 4 | 2 1 0 | 1 | 1 ...
devCharaf's user avatar
  • 242
1 vote
1 answer
3k views

Problem: I have a Lambda which produces an array of objects which can have the length of a few thousands (worst case). Each object in this array should be processed by a stepfunction. I am trying to ...
zlZimon's user avatar
  • 2,657
1 vote
1 answer
180 views

How can we assign a unique ID to each node/instance of an application in a distributed environment? We have deployed our app on multiple hosts and requests are distributed across them through a load ...
balram rajput's user avatar
-1 votes
1 answer
164 views

I understand horizontal scaling, vertical scaling, sharding, I want to gain more understanding on what will happen to the application i.e the effects of not scaling over how I can solve the problem by ...
noob codes's user avatar
0 votes
1 answer
185 views

I have this project idea which involves using the spotify API to load users daily listening history and presenting a weekly wrapped to the user by mail, I need some advice on the architecture. My plan ...
user1050172's user avatar
2 votes
1 answer
564 views

I want to reuse all my servise and controllers and I was achieving this with extending class. I'm calling the class of Controller and service all the way up from a router. everything looks fine while ...
Azim Umarov's user avatar
-1 votes
1 answer
99 views

I noticed this behavior on Google Drive. When a link is created for a file on Google Drive, the link is valid until the file is deleted. Moving the file to another folder(s) does not affect the ...
Ifeoluwa Osungade's user avatar
1 vote
1 answer
2k views

i would like to convert an app i have created into a proper microservice, following all the usual practices. However i am unable to understand how to achieve statelessness and horizontal scaling. This ...
user avatar
0 votes
1 answer
45 views

I have following data frame as input: FriendName,Restaurant,InterestRank,Cuisine,Cost,Alcohol Amy,R2,1,French,1,No Amy,R6,7,Japanese,0,No Ben,R5,2,Japanese,1,No Ben,R2,3,French,1,No Cathy,R5,1,...
Utsav Maniar's user avatar

1
2 3 4 5
47