Read:

http://blog.dscpl.com.au/2010/05/modpython-project-soon-to-be-officially.html

Because you have said nothing about how you are using mod_python,
cannot really help that much except to suggest you read up on what
WSGI is. See:

http://www.wsgi.org/wsgi/Learn_WSGI

And to clear something up in case there is confusion. The mod_wsgi
module is not some special custom Python interface like mod_python.
Instead it implements the WSGI specification as do many other hosting
systems. Thus, you aren't implementing something to mod_wsgi, you are
implementing it to WSGI. As WSGI is supported by many frameworks, you
have lots to choose from and they should all be able to be run on any
hosting mechanism support WSGI and not just mod_wsgi. Thus you aren't
locked in like you were if coding direct to mod_python APIs.

Graham

On 30 August 2010 01:33, krishnan m <[email protected]> wrote:
>
> Hi all,
>
>           I have written web interfaces under mod_python.Now i want to
> switch over to mod_wsgi standard.Then what are all the possible changes
> occur between those to standards.Thanks.
>
> --
> Work with Passion will always yields Success
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/modwsgi?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to