oops. I missed this email.

you should have no problem with sqlserver.
and web2py can easily handle 30 requests/second.

I am not sure how IIS works. I know some people have used with fcgi
but I did not try that myself.
you should have no problem in using IIS as a proxy and run web2py
cherrypy server without any loss of performance.

web2py handles basic authentication you can find an example in the
file
web2py/gluon/contrib/login_methods/auth_basic.py

web2py can do it both ways (you authenticate to web2py using basic
auth or you login using the provided login interface and validate your
credential using a third party auth that requires basic_auth).

Hope this helps.

Massimo


On Sep 17, 9:40 am, Pha <li...@pha.com.br> wrote:
> I will start a new project with the following specifications:
>
> Server: Windows Server 2003
> Web Server: IIS 6.0
> Database: SQL Server 2000
>
> It will be accessed via http: for internal network (Intranet) and
> https: in the external network (Internet).
>
> Authentication should be basic by browse, only that, it must be
> integrated with the Windows (domain / user), the project only need the
> User name that has been authenticated and verified in AD.
>
> The project will be accessed by up to 30 users simultaneous.
>
> Even that I use another server pages on another port, IIS will
> continue run for other projects that run in the same server.
>
> The character set of the database is not Unicode (Default Collation:
> CP850 - case insensitive, accent insensitive).
>
> The new project will replace the current project made in ASP with SQL
> Server.
>
> I'm checking the following options: Web2py, Django for Python, Zend
> for PHP, ZK, VRaptor for Java as that language and client-side RIA
> (Framework ajax Ext-js or Jquery, Flash or ZK Framework).
>
> Web2py is a good choice for this project?
>
> Thank you.
>
> Translated by Google, sorry me.
>
> Paulo H Albanez
> Nova Odessa / SP - Brazil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to