fjtrooper Posted July 18, 2016 Posted July 18, 2016 Hi!! I've deployed .dll with the configuration detailled in manual, but when I access to the url, the browser "downloads" the .dll file. I don't know what's wrong.
Administrators Farshad Mohajeri Posted July 20, 2016 Administrators Posted July 20, 2016 Hi, DLL Module handler is not enabled. Please check all steps again using latest version of manual.
rencarnacion Posted July 20, 2016 Posted July 20, 2016 Here a link that can Help you http://chee-yang.blogspot.com/2009/10/configure-windows-7-iis7-for-isapi-dll.html
fjtrooper Posted July 21, 2016 Author Posted July 21, 2016 Here a link that can Help you http://chee-yang.blogspot.com/2009/10/configure-windows-7-iis7-for-isapi-dll.html THX!!
fjtrooper Posted August 1, 2016 Author Posted August 1, 2016 I found the problem, as I'm compiling in 64btis, I have to disable 32 bits applications en application pool, this is the reason why it downloas and not execute. THX! 1
Bresler Posted July 6, 2017 Posted July 6, 2017 Hi I was having something like that, not downloading the DLL but error 500. So I disabled 32 bits apps in the pool too and it is working perfect. Thanks for share
p2rcoder Posted September 2, 2017 Posted September 2, 2017 anybody tried to compare unigui performance on different version IIS and Apache? Is there any difference?
Administrators Farshad Mohajeri Posted September 2, 2017 Administrators Posted September 2, 2017 anybody tried to compare unigui performance on different version IIS and Apache? Is there any difference? Performance differences may become visible only you do some sophisticated tasks under heavy user traffic. For low to moderate server load those differences can be minimal.
sbokhari Posted September 3, 2017 Posted September 3, 2017 A.O.A Farshad, "For low to moderate server load those differences can be minimal." 1. Could you please elaborate in numbers like 100, 500, 1000 or 5K or even 10K+ users? Low to Moderate and High. 2. What is your recommendation? IIS, Apache, Standalone or Windows Service. I know that Rich Stateful Apps requires more resources, a GREAT product like UniGUI. One simple question about Licencing - My company have 4 developers, one team leader and one project manager. Only developers need UniGui but team lead and project manager rarely need UniGui. How many licences are required? Sorry to ask this question here. Regards
Administrators Farshad Mohajeri Posted September 4, 2017 Administrators Posted September 4, 2017 A.O.A Farshad, "For low to moderate server load those differences can be minimal." 1. Could you please elaborate in numbers like 100, 500, 1000 or 5K or even 10K+ users? Low to Moderate and High. 2. What is your recommendation? IIS, Apache, Standalone or Windows Service. I know that Rich Stateful Apps requires more resources, a GREAT product like UniGUI. One simple question about Licencing - My company have 4 developers, one team leader and one project manager. Only developers need UniGui but team lead and project manager rarely need UniGui. How many licences are required? Sorry to ask this question here. Regards 1. Probably you start seeing a difference after 100 concurrent users. 2. Standalone is not recommended for production. You can use other options based on your project and preferences. For licensing. Everyone who will directly work uniGUI and will install it on his/her PC will need a uniGUI license. Probably you can start with exact amount of licenses for those who actively work with uniGUI and add new licenses when other developers starts working with it actively.
sbokhari Posted September 5, 2017 Posted September 5, 2017 Thank you Farshad for your reply. Hope we consider two licenses after further consideration to choose UniGUI as our core web development tool - but feeling lack of third-party components such as we need and schedule component. We have a scenario discussing at this time in our company and it is very hot. Your answer is the final authority. Our comany is going to launch a Smart Distribution Application for people who have not much aware of accounting and related knowledge. We will host this application on our maintained server. We are expecting 1000+ concurrent clients and may increase with the passage of time. We are considering Delphi+UniGui+UniDAC (FireDAC if you recommend)+FastReport or ReportBuilder (What you recommend?). The App will not have more than 40-50 forms. It will run both on desktop and mobile device (with limited functionality, of course). - Is it possible to handle such amount of traffic with UniGUI, about 3K to 5K concurrent connection or load balancing is required. Load balancing of stateful application is quite tough due to nature of the state? Correct me if I am wrong. - What is the least and high-end recommend hardware for 1000 concurrent connections? Please give your approximate idea. We know that will change. - I think nobody on this forum has put UniGui to this limit, if anybody has done, I request him/her to share. It will be very very useful for the rest of the UniGui users and will have a positive impact on the community. Your reply is highly appreciated. Best regards
Administrators Farshad Mohajeri Posted September 5, 2017 Administrators Posted September 5, 2017 Yes, you will need to implement load-balancing. Either use a method of your own or wait until we implement our own load balancing server. Thank you!
heromo80 Posted September 6, 2017 Posted September 6, 2017 Hi, We use a load balancing strategy with multiple IIS servers with multiple deployed pools and applications. Each user is assigned a final application. Each application on average has 8-10 users and concurrently can reach 3-5 users. With this we have distributed a low load of cpu and memory. During hard work hours 400-500 users can be connected. The main application of unigui has more than 500 forms. One of the properties we miss and hope it will be implemented is the CDN route to host files extjs, unigui and other js libraries. This topic is discussed here http://forums.unigui.com/index.php?/topic/4297-extjs-unigui-cdn/?p=20971 Thank you 2
Administrators Farshad Mohajeri Posted September 7, 2017 Administrators Posted September 7, 2017 Hi, We use a load balancing strategy with multiple IIS servers with multiple deployed pools and applications. Each user is assigned a final application. Each application on average has 8-10 users and concurrently can reach 3-5 users. With this we have distributed a low load of cpu and memory. During hard work hours 400-500 users can be connected. The main application of unigui has more than 500 forms. One of the properties we miss and hope it will be implemented is the CDN route to host files extjs, unigui and other js libraries. This topic is discussed here http://forums.unigui.com/index.php?/topic/4297-extjs-unigui-cdn/?p=20971 Thank you Hi, Thanks for sharing. Can you explain a bit about your load-balance configuration? 1
Recommended Posts