« Return to Thread: PyAMF Pylons Question

Re: PyAMF Pylons Question

by Nick Joyce :: Rate this Message:

Reply to Author | View in Thread

Hi,

If you add expose_request=True to the gateway object, then all calls  
to service methods will have the request object as the first argument.

Hth,

Nick

On 28 May 2009, at 03:51, Tony Caduto wrote:

> Hi,
> Does anyone know if it is possible to tab into the request object  
> and the
> pylons global object?
>
> I want to use the dbutils connection pool and be able to grab the IP  
> of the
> client connecting to the gateway.
>
> Thanks,
>
> --
>
> Tony
> _______________________________________________
> PyAMF users mailing list - users@...
> http://lists.pyamf.org/mailman/listinfo/users

_______________________________________________
PyAMF users mailing list - users@...
http://lists.pyamf.org/mailman/listinfo/users

 « Return to Thread: PyAMF Pylons Question