Loading...
Answers
MenuSAAS - What basic server architecture should we go for?
Answers
I think you're not fully embracing the lean startup methodology.
Is your SaaS handling some operations that are a matter of life and death or critical mission thing for an organization?
if the answer is No start with simplest option and do a soft launch and invite some carefully selected (50) beta testers.
Get the service going and gather feedback as much as possible. Then when you're at version 1.5 or 2.0 you'd know the problem you're solving a lot better.
Slavi,
Orbisius & qSandbox
PaaS is probably your best bet if you want to avoid hiring someone to manage things. Even managing two servers can eat up huge portions of your time — especially if these are new waters for you.
PHP/MySQL put you at a little bit of a risk, performance-wise, so be sure to keep an eye on resource usage.
In my current role, I'm putting WordPress sites up against thousands of concurrent users, so while the exact usage probably isn't the same, the tech stack is similar.
I'd probably do something like this (pretty much what I use): a Rackspace setup that can automatically scale when traffic spikes, with New Relic to keep an eye on performance and leaks in the app itself, and probably nginx/Varnish to try and keep the load off the servers in the first place (assuming any part of your app is cacheable).
A stack like that is not cheap compared to free, but it's cheap compared to a full-time ops engineer or spending a Friday/Saturday night trying to self-diagnose bottlenecks.
Good luck!
Take a look at Google Compute Engine. You'll pay by the drink, metered on your resource usage. Infrastructure cost drop drastically and you'll be on "GOOGLE's" gear / cloud. As an example, take a look at GetCloudCenter.com - the portal is running on GCE using LAMp servers, PHP, not sure about the DB side of things. They offer a demo portal to spin up and sell DaaS. Best of luck!
Clarity about the requirements of the service design should inform how you select the best platform deployment model now and in the future.
The Service Design should encompass 1) Availability Requirements, 2) Performance Requirements and 3) Scalability Requirements. Availability Requirements can be expressed in terms of acceptable number of downtime hours per year, Performance Requirements can be expressed in terms of maximum required transactions per second, and Scalability can be expressed in terms of the degree of linearity in adding additional peal transactional capacity to the system.
Implementing these service design requirements using a PAAS approach will require having significant technical expertise on staff. A different and more flexible option to consider would be to use an infrastructure-on-demand approach as currently being offered by Amazon Web Services (AWS).
AWS would allow you to deploy your preferred technology stack at an initially smaller cost commitment level and then scale up both the transactional capacity and redundancy as the build out of your business model warrants.
Related Questions
-
What is the best tutorial to get started with CakePHP?
I would probably look at a course on udemy for that specific case https://www.udemy.com/getting-started-with-php-programming/?dtcode=MzjhAx31ASRHHJ
-
For a SaaS, I find that Stripe is not available to Indian companies. What are other Stripe-like payment gateway options for Indian companies?
there is Balanced, Dwolla, Braintree but none of them seem to work in India yet.HJ
-
How to upload images to a server in titanium? I have a php script in the server that receives the images, but it's not working: can't upload images.
you should rather put this question on stackoverflow.com, catch the error message, paste your code so experts can understand what's going wrong. Example : http://stackoverflow.com/questions/2532478/how-to-upload-images-from-iphone-app-developed-using-titaniumLR
-
Freemium v.s. free trial for a marketplace?
It depends on a number of factors but I'd boil it down to two key things to start: 1) What is your real cost to provide a free plan or trial? 2) Who exactly is your customer and what are they used to paying and who and how do they pay today? When you say "online workforce marketplace" it sounds as though you're placing virtual workers. If that's the case, or if you're paying for the supply side of the marketplace, the question is how much can you subsidize demand? Depending on where you're at in the process, I'd also question how much you can learn about the viability of your marketplace by offering a free version, assuming again, that free is actually a real cost to you. I was part of a SaaS project that started charging people for early access based mostly on just a good landing page (we clearly stated they were pre-paying) and were amazed at the response. I've also run a SaaS product that offered free trials and realized that the support costs and hand-holding and selling required to convert from free trial to paid wasn't worth it, this despite the product's significant average ARR. You might be better off providing a "more information" sign-up form (to capture more leads) and let them ask for a free trial while only showing your paid options. I've been amazed at the lead capture potential from a simple "have questions? Click here and we'll contact you" This is all the generalized advice I can offer based on the limited information I have, but happy to dive-in further if you'd like on a call.TW
-
Does anyone know of a good SaaS financial projection template for excel/apple numbers?
Here is a link to a basic model - http://monetizepros.com/tools/template-library/subscription-revenue-model-spreadsheet/ Depending on the purpose of the model you could get much much more elaborate or simpler. This base model will help you to understand size of the prize. But if you want to develop an end to end profitability model (Revenue, Gross Margin, Selling & General Administrative Costs, Taxes) I would suggest working with financial analyst. You biggest drivers (inputs) on a SaaS model will be CAC (Customer Acquisition Cost, Average Selling Price / Monthly Plan Cost, Customer Churn(How many people cancel their plans month to month), & Cost to serve If you can nail down them with solid backup data on your assumption that will make thing a lot simpler. Let me know if you need any help. I spent 7 years at a Fortune 100 company as a Sr. Financial Analyst.BD
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.