Hey,

2016-02-21 12:16 GMT+01:00 Jagadees.S <techja...@neritam.com>:

> Hi,
> I am C++ programmer. I am interested in developing applications using Wt.
>
> 1. I am worried about the scalability and performance.
> Can give me the details of some successful commercial websites url which
> uses Wt.
>

You can easily check the scalability and performance yourself (as it
depends mostly on what you're doing inside your application).

As to references, most Wt-based applications are complex extranet
applications, and thus not accessible to the public.
There are a number of exceptions that are being tracked here:

http://redmine.emweb.be/projects/wt/wiki/Sample_Wt_Applications

Keep in mind that Wt is being designed to provide decent perfromance on
low-end hardware (180MHz ARMs with slow memory and little or no caches).
This means that the only performance problems can originate in the what you
end up doing inside your application.

2. My plan is to move my wordpress web site to Wt. Currently i have
> around 10,000 articles and videos there. 1000 users are coming there
> daily. Can Wt handle heavy load?
>

That's probably not considered a 'heavy' load for a Wt application. Your
main constraint may be memory, as Wt will keep memory allocated as long as
a user session lasts.


> 3. Is there already any tools to create/convert wordpress kind of blog
> using wt?
>

I know of a few customers that are doing this migration, but I don't think
they have tooling developed.

Regards,
koen
<https://lists.sourceforge.net/lists/listinfo/witty-interest>
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to