Questions tagged [scalable]
139 questions
1
vote
1 answer
scalable WCF solution
I am trying to implement scalable wcf solution found at NetFX Harmonics: Creating Streamlined, Simplified, yet Scalable WCF Connectivity
So my solution have 4 projects
Contact.Service (Service and Data Contracts)
Contact.ServiceImpl…

user1084557
- 23
- 3
1
vote
0 answers
Design Rate limiter for outgoing http calls without discard
Requirement is to rate limit the outgoing http calls to an external service based on a unique client identifier in highly scalable distributed microservice architecture.
Explaination
Suppose my service name is penguin which is calling external…

pankaj
- 1,643
- 4
- 22
- 35
1
vote
1 answer
I can't get this map method to print the components that I want to
I'm trying to make an scalable Custom Form from an array of objects and a custom Input field, i'm working on a React-Typescript project
import React, { ChangeEvent } from "react"
import { InputField } from "./InputField"
interface FormItem {
…

whyAmIStillWorking
- 13
- 3
1
vote
2 answers
Group together individuals based on commonalities(direct or indirect) in two other columns for 7.5 million dataset in python
I have a dataframe which contains
cust_id|phone|email
1 678 a
2 NaN c
3 987 b
4 456 NaN
5 NaN d
7 456 c
All the cust_ids with either matching phone or email are directly related.eg.cust_id 1 is directly related to 2 and 2…

chaitanya
- 11
- 2
1
vote
1 answer
Designing a scalable backend system that triggers events based on time values
I am trying to understand a system design where events are triggered based on certain time or expiration of a time values and these time values can be in the millions. I was researching something else and I stumbled upon this problem and now I am…

Guru
- 916
- 3
- 12
- 22
1
vote
3 answers
Scalable site - 50% left 50% right
I have a simple page illustrated on the following link, which is scalable when you resize your browser windwow: http://pastehtml.com/view/1eg346q.html
As it works now, it float's left and when there is room for another box in the row the pictures…
user653522
1
vote
1 answer
Scalable site in parts
I'm trying to make a scalable site where the basic logic is illustrated on this example:
http://pastehtml.com/view/1eg2pr1.html
The amount of purple boxes in the middle changes whenever you resize your browser window.
But is there a way of making…
user653522
1
vote
1 answer
Convert numpy n-d array to pandas n-d dataframe (scalable)
I have a numpy array, which I want to convert to pandas data frame. The array looks like this:
[[-0.97755621 -0.99841427 0.87183304 ... -1. -1.
-1. ]
[-0.99420538 -0.89543119 0.58787309 ... -1. -1.
-1. ]
…

Jürgen K.
- 3,427
- 9
- 30
- 66
1
vote
0 answers
Do Px-to-Rem functions work when scaling fonts in different viewport?
I've been trying to implement a sass function translating Px to Rem like this one https://css-tricks.com/snippets/sass/px-to-em-functions/#comment-1660199 or this one https://45royale.com/blog/convert-pixels-to-rems/.
Basically the function would be…

Davide
- 11
- 3
1
vote
2 answers
Is Isolation Forest (iForest) a method that could be directly applied to Big Data?
I'm trying to understand that is it possible to apply iForest directly to an extremely large dataset that is static (fixed size, both on cardinality and dimensionality), without using distributed processing frameworks like hadoop or spark? Or even,…

SANN
- 31
- 1
- 12
1
vote
1 answer
Scalable PPP protocol. Help Needed regarding State Machine
I am designing scalable PPP [mean it can be extended to over Ethernet, over HDLC, over ATM etc.]. I was stuck in determining whether State Machine is hadle by PPP stack [means i have design Base class for PPPStack in which FSM, encode, decode etc…

Priyanka Mishra
- 10,400
- 18
- 62
- 75
1
vote
0 answers
Is there a programatic way to determine if a font is scalable or non-scalable?
I am trying to determine if a font is scalable or non-scalable and can't seem to find a good way to do this.
Does anyone know of a way to determine this on Windows?

Kristopher Merolla
- 11
- 4
1
vote
1 answer
How to automatically scale up and scale down of micro services instances built using Spring Boot and Spring cloud?
How to automatically scale up and scale down of micro services instances built using Spring Boot and Spring cloud?
I didn't find much info about this on web.
please help in understanding the possible approaches

Riding Cave
- 1,029
- 1
- 15
- 32
1
vote
1 answer
importing flask models into python console in a scalable architecture
i have have the following folder structure for a simple flask-app.
with a one-page structure i was able to import models in python console, but since i changed the structure to a scalable model, i cant seem to find a way to import models into my…

Hara
- 71
- 1
- 8
1
vote
0 answers
Genymotion 2.7 resizing (scalable)
I have updated Genymotion to 2.7.2 and now I have problem to up-scale emulator window.
I have virtual device 320x480 and when I enlarge the emulator window, virtual device size remain the same (too small on my laptop). With previous version virtual…

ivan.panasiuk
- 1,239
- 16
- 20