Click here to Skip to main content
15,884,425 members
Everything / Scalability

Scalability

scalability

Great Reads

by Chris Maunder
In this article we will explore how self-hosted AI, specifically CodeProject.AI Server, empowers businesses to leverage the power of AI while maintaining control over their data.
by Ron zigelman
How to use the infrastructure in your own project
by Ron zigelman
Scalable state synchronization using P2P - Part 2 - Running the test application
by DataBytzAI
Exploring Azure ScaleSet VMs

Latest Articles

by Chris Maunder
In this article we will explore how self-hosted AI, specifically CodeProject.AI Server, empowers businesses to leverage the power of AI while maintaining control over their data.
by Marco-Hans Van Der Willik
This article explores the performance, scalability and limitations of the various .NET Threading Implementations.
by Utku Ozan ÇANKAYA
Advantages of using a gateway and how I benefit from using it
by DataBytzAI
Exploring Azure ScaleSet VMs

All Articles

Sort by Score

Scalability 

6 Mar 2011 by samriggs
One solution I came up width would be rescaling with this math.get screen height divide it by background image height (since it will be maxed out and always bigger or at least the same size)this will give a rescaling size percentage to rescale everything else.example: screen resolution=800...
6 Jun 2012 by Anil Kumar 23
HiSo finally my Java smart card Utility(See my previous questions) is developed n working in fully fledged way. But Now the new work is on MemcacheI have to implement memcache service in java for MS SQL server 2008 for Databases of high latency n redundancy n low availability.Any...
28 Apr 2016 by OriginalGriff
That's not going to have any real effect - in fact it may slow things down as you are creating even more threads that you were (the new exe executions will also be threads).The problem is that you can only simultaneously execute as many threads in a system as you have free cores: if you have...
13 Nov 2023 by Chris Maunder
In this article we will explore how self-hosted AI, specifically CodeProject.AI Server, empowers businesses to leverage the power of AI while maintaining control over their data.
28 Dec 2010 by Krishnan Srinivasan
I have self hosted a WCF Service over BasicHttpBinding consumed by an ASMX Client. I'm simulating a concurrent user load of 1200 users. The service method takes a string parameter and returns a string. The data exchanged is less than 10KB. The processing time for a request is fixed at 2 seconds...
3 Mar 2011 by Ron zigelman
Scalable state synchronization using P2P - Part 2 - Running the test application
6 Mar 2011 by samriggs
I'm trying to rescale the images used in my livewallpaper, the problem I am having is how to rescale smaller animation that fit in a certain x and y position so it looks like its attached to a certain spot on the background image once that gets rescaled as well so it can fit in any screen...
6 Aug 2011 by Sergey Alexandrovich Kryukov
Sorry for not answering your exact question; I simply think the idea to link the size of application to the size of the screen is wrong. When a user purchases a monitor which is twice as big as the previous one, she or he does not want to have application windows scaled by two. Instead, more...
2 Jun 2012 by Einz Loco Evollove Funfeinz
pls help .i need a driver that finds stuff i got bhidden on a disc and optus dongle and string threads on pics i need to find and save for a police file to get my son back.they were hidden for his safety of hackers and now i need them as proof i was innocent so my son is returned and the other...
3 Jun 2012 by Richard MacCutchan
Firstly, your reasons for wanting this are not relevant to this site, hard though that may sound. Secondly, and more importantly, we have no information about this hidden data so it is impossible to offer any advice as to how you may do this. In general we do not assist with requests for help in...
7 Jun 2012 by TorstenH.
Do you have a facade[^] in your aplication? if so it's simple, you would only have to extend the write/read and delete mechanisms.How to implement a facade into an existing application:- set up a class "FacadeService". that one is triggered BEFORE your GUI starts.- FacadeService...
11 Jun 2012 by Anil Kumar 23
Hi,I am trying to demonstrate distributed memory caching system "Memcache" in java.My questions on this topic are: 1.Do i require any memcached server to demonstrate this or i can do it without any Memcached server?2.I have connected my java code to sql server to query and connection...
11 Jun 2012 by TorstenH.
you should figure out the WIKI, Blog and Maillist of the memcached project.
14 Jun 2012 by TorstenH.
...I'm not familiar with the memcached - but I see connection problems there.Do you keep the connection to the server or do you make a new connection every time?
20 Jun 2012 by Alex Loddengaard
Here's some documentation with a working example. Note that you may not need to worry about authentication depending on your deployment.https://devcenter.heroku.com/articles/memcachier#java[^]
1 Jul 2012 by Anil Kumar 23
Hi,I have a list returned by hibernate query using query.list(), now i want to save it into memcached using the set function. But its not helping.I want to know if a list can be treated as a object because memcached stores key object pair. or do i need to convert it into some different...
16 Nov 2012 by Shashidhar Kamath
I have several hardware devices that send large amount of data to the cloud. I need to store them on the cloud, process them and send some status reports based on the data analysed to clients who are interested in looking at those results. Clients are smart phone users. A single client is...
3 Aug 2013 by firstfox
Hi.Our company manages an online auction and shopping website(something like ebay), and I have questions regarding to scaling out solutions.we are running Sql Server 2008 R2 Enterprise edition(which is servicing asp.net) on our two servers which are near each other.server...
15 Nov 2013 by Jimtiger
I am building this module in html and css I would like to avoid the use of JavaScript. To help explain what I'm trying to create I've attached a picture.http://imageshack.com/a/img716/2821/nd4x.jpg[^]Box A - #left will have a picture insideBox B - #right will have text inside.Neither...
3 Feb 2015 by Member 11360264
completed web application for online classes. now how can i increase its scalability such that 500 students can use it at a time without delay...
3 Feb 2015 by Ravi Bhavnani
See this CP article: Architecting .NET Web Applications for Scale & Performance (A Practical Guide)[^] and this[^] (somewhat outdated) MSDN article./ravi
15 Jul 2015 by ZianneJames
Recently in an interview I was asked to design a "send invitation for an appointment to multiple contacts in a company". (Something similar to creating an Appointment in Outlook)Here is what I came up with, I would really appreciate some feedback, suggestions, questions.So, after asking...
12 Aug 2015 by eagertolearnguy
I want to create a function which sends email to the user from various placeslike registeration, change password etc.It requires to pass different Paramaters according to situation like Email language format or GotoURL in body of email or encrypted password.can someone tell me should be...
13 Aug 2015 by Afzaal Ahmad Zeeshan
ASP.NET MVC has provided you with Controllers, try adding a controller to your application that manages the Emails. Such as, public class EmailController : Controller { // Create private and public members for to and from etc. public ActionResult Send(object parameter) { ...
19 Aug 2015 by Member 11921577
I’m stuck at the 1 yard line with this draggable gallery. I created a unique hover effect that creates an illusion of depth (thumbnail image pulls back at same rate as frame grows) and am premiering it in this draggable gallery that a staff member at Greensock created and helped me adapt....
20 Aug 2015 by dusrdev
if you want it to be pretty, functional and available everywhere, this is what I would do:1. Create a main private base function for sending email.2. Create a private function for each type of email that will invoke the base function with the right parameters.3. Create an Enum with email...
6 Nov 2015 by Richard MacCutchan
You already posted this at http://www.codeproject.com/Messages/5156290/Scaling-a-Core-PHP-Project.aspx[^]. Please use one forum only.
28 Apr 2016 by Gaurav_Chaudhary
My Scheduler run each minute and fetch tasks to be executed at that time....Currently it create as much threads as many tasks , so if there are 100 tasks to be executed at 6:00 AM, it creates 100 threads inside a single taskscheduler.exe process...Its very time consuming sometimes as well...
18 Nov 2018 by DataBytzAI
Exploring Azure ScaleSet VMs
11 Jul 2023 by Marco-Hans Van Der Willik
This article explores the performance, scalability and limitations of the various .NET Threading Implementations.
4 May 2014 by Shuqian Ying
Service based, multi-application, post ASP.NET 4.0 asynchronous custom membership stores for ASP.NET Identity 2.0 with a hierarchical role system.
31 Jul 2011 by Omar Al Zabir
You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix.
16 Dec 2013 by Seckin Tozlu
How to create a comprehensive test suite for your API
9 Aug 2012 by Shahriar Iqbal Chowdhury/Galib
Configure visual studio load testing tool and utilize to scale application by analyzing testing results
8 Aug 2011 by Omar Al Zabir
WCF does not support Compression out of the box, so fix it
3 Apr 2014 by Govindaraj Rangaraj
This article explains how to make chain of responsiblity pattern reusable with the help of specification pattern.
16 Aug 2012 by scott_liu
It employs a dynamic trigger, a CLR Stored Procedure, and a Web Service to sync data from a MS SQL Server to MySQL.
3 Feb 2011 by Bert O Neill
Be able to push information to an individual browser page or to all browser pages
1 Feb 2015 by Lalit_Chandra
Chain of Responsibility pattern is defined under behavioral design pattern by G.O.F and used to decouple the command with its processing object or handler.
29 May 2015 by Paulo Zemek
Deployment, SOA and scalability
4 Aug 2011 by CPallini
This MSDN example looks promising: "Using Coordinate Spaces and Transformations"[^].
3 Apr 2017 by Anuja Pawar Indore
Breaking down of a large project into small executable modules is Microservices.
20 Feb 2022 by Utku Ozan ÇANKAYA
Advantages of using a gateway and how I benefit from using it
21 Oct 2015 by Olivia Glenn
Create meaningful version numbers that everyone - developers, testers, operations, managers, and even end-users - will find helpful
13 Aug 2015 by F-ES Sitecore
Have an Email helper class that contains a specific method for each type of mail you want to send. This allows you to send just the params you want and also contain this email logic in an email-related class.public static class EmailHelper{ public static void...
4 Aug 2011 by Steve Thresher
We have a few programs that were designed to fit on the QVGA screen (320x240) of a handheld bar code scanning unit. The manufacturer of these units has now changed over to VGA screens (640x480) which means our programs are now only a quarter of the size they should be. Is there any quick way to...
14 Jun 2012 by Anil Kumar 23
Hi,I m tryin to write a simple code in java to connect to memcache server . I using spymemcached 2.8 jar but i m getting server reconnecting error which i m unable to understand.code isclient = new MemcachedClient(new ...
21 Jun 2012 by Anil Kumar 23
Thanks guys, but as it turned out it was a problem of my box[called CPU] , when it ran it on different server it worked like cheese....Thanks a lot again guys...But since we are the topic, the reason behind this non working of memcached service on some system may be due to following...
13 Aug 2015 by Sarath kumar.N
Try below code to send mail using gmail.public string senMail(string emailId, string MailBody) { try { MailMessage mail = new MailMessage(); SmtpClient SmtpServer = new SmtpClient("smtp.gmail.com"); //Gmail SMTP...
13 Aug 2015 by Suket shah
Hi,below is the generic code to implement Email functionality :public static bool SendMail(string mailTo, string mailFrom, string mailcc, string mailSubject, string filepath, bool isHtml, ListDictionary replacements, string mailBody, List attachmentFiles = null,...
6 Nov 2015 by gouravkaila
We have a php project (made in core php and mysql), now i am willing to scale it and would like to go for SOA. I am thinking of a service layer with WCF and calling those services from my PHP code. What would be the best way to move further? Is it the right way i am thinking or any other way...
6 Nov 2015 by gouravkaila
Thanks, i thought to post it as a question. No issues :)