Re: [Cppcms-users] Pre-App Questions
Brought to you by:
artyom-beilis
From: Marcel H. <ke...@co...> - 2012-02-18 20:48:59
|
Fedora x64 and I use either KDevelop or QT-Designer. QT is more complicated, because it does not support cmake nativly and you _should_ use cmake, because it's awesome. If you know how to deal with autotools or make, you can use that too. But I don't recommend to use qmake. CMake is the best choice ;) Am 18.02.2012 21:42, schrieb Peter N.: > Sounds good. > > I am normally a Visual Studio user however I'm not opposed to running > Ubuntu or some other distro. I was able to set it up on Linux much > easier (haven't tried windows). > > What distro do you guys use when developing and what ide? > > Thanks > > On Sat, Feb 18, 2012 at 12:08 PM, Artyom Beilis <art...@ya... > <mailto:art...@ya...>> wrote: > > >My questions > > > > > > >1) I'm building a new social network. > > I was going to go with a PHP framework like CakePHP. > > Then use HipChat to compile it to native code. Bundling this > with Socket.IO. > > > > Few points, PHP, even compiled to C++ still remains dynamic language > and that means each time you call "a+b" it should check the types > of a and b and see if they match. This is major performance killer. > > > So you'd never get a real boost with "Compiled PHP" like you can > have when you develop in C++ natively. > > > > > >To all devs, do you plan on stopping any time soon? > > > > What do you mean stopping? Stop the development? > > No :-)... > > > > > >2) Why use this framework? > >If I do discover bugs will you fix them in a timely manner? > > It depends on the nature of the bugs. You can ask the > > users there how fast bugs can be fixed, > generally it depends on their urgency. > > As far as I remember all critical bugs were > fixed very fast. > > > But this is open source project and its developers > has their own priorities. > > If you'll need some specific problems to get fixed > you can always request a help for a fee. > > > > I need live chat and live notifications (comet), > > and you guys provide this at very little cost. Is this all cross > browser? > > > > CppCMS is server side, you can implement many techniques > for Chat systems. The basic examples you had seen use long > polling and they generally work with all modern (and not > even so modern like IE6) browsers. > > > So client side depends on you. AFAIR the > > json-rpc chat example works in any browser. > > > > > >Thanks! > > Regards, > Artyom > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > <mailto:Cpp...@li...> > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |