[Cppcms-users] RES: RES: RES: Run on Windows 7
Brought to you by:
artyom-beilis
From: Renato F. <re....@ay...> - 2011-03-23 23:35:04
|
Hi Artyom, Now Work... :0) (the problema was that I buid zlib na pcre whong) Well I have fell questions, if you have time to answer. Some introduction: I look for "CPPCMS" because I have one site that need run fast, this site was build in "ATL Server" (http://201.44.136.135/ucsws/establishment/authentication/default.srf) but now we want move to other technology (or plan is migrate to Linux/apache) Questions: 1) CPPCMS is a good tool to build very large site that need handle many (thousands) users? 2) What is stability of CPPCMS? 3) We plan use it with FastCGI, because of load balance and failover, how CPPCMS handle (distributed) sessions in this case? I need something like mencached, or store sessions on data base? 4) CPPCMS is free? I can sale my products with it, or I need open source of my products? 5) I have plan to mix it with PHP, this is possible? Share sessions between PHP and CPPCMS? 6) You think that is possible build large site, like Facebook in CPPCMS? Facebook convert a lot of code In C++, CPPCMS fit in it? CPPCMS is like an Thrift? (about performance and scale) Thanks :) -----Mensagem original----- De: Artyom [mailto:art...@ya...] Enviada em: quarta-feira, 23 de março de 2011 17:09 Para: cpp...@li... Assunto: Re: [Cppcms-users] RES: RES: Run on Windows 7 > Now work, but I need Chang name of zlib? (this zlibwapi.lib to > zlib.lib) This ok? There is ABI difference between wapi and normal zlib, there are instructions on how to build it (I think there is an nmake file or something like that) I'd recommend to use it and this is how I build zlib. wapi is different as it provides different calling conversion. It may work but not sure about it. > Linking CXX shared library booster-d.dll > Creating library booster-d.lib and object booster-d.exp > pcre_regex.cpp.obj : error LNK2019: unresolved external symbol > __imp__pcre_fulli It seems like you link with static library instead of import library of the DLL? How did you build pcre? What parameters? How did you installed it? What is content of pcre build? C:\pcre-8.12 Artyom ---------------------------------------------------------------------------- -- Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |