Skip to main content
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
56 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

15 30 50 per page
1
2 3 4 5
154