Re: [Web-SIG] Looking for a Python Ajax Middleware script

2008-11-13 Thread Benji York
On Thu, Nov 13, 2008 at 6:40 AM, David Shi <[EMAIL PROTECTED]> wrote: > Dear Benji York, > > Thank you very much for letting me to know this. > > I am not a programmer but has a demonstration project to complete. How can > I easily to follow instructions to implement and test this? I doubt it; zc

Re: [Web-SIG] Looking for a Python Ajax Middleware script

2008-11-13 Thread David Shi
un-gzip it.   Regards.   David --- On Fri, 31/10/08, Benji York <[EMAIL PROTECTED]> wrote: From: Benji York <[EMAIL PROTECTED]> Subject: Re: [Web-SIG] Looking for a Python Ajax Middleware script To: [EMAIL PROTECTED] Cc: web-sig@python.org Date: Friday, 31 October, 2008, 1:13 PM 2008

Re: [Web-SIG] Looking for a Python Ajax Middleware script

2008-10-31 Thread Benji York
2008/10/31 David Shi <[EMAIL PROTECTED]>: > > Has anyone tried the following with Python? [snip] It sounds like you could use zc.async: http://pypi.python.org/pypi/zc.async/ >From the above page: The zc.async package provides an easy-to-use Python tool that schedules work persistently and

[Web-SIG] Looking for a Python Ajax Middleware script

2008-10-31 Thread David Shi
Has anyone tried the following with Python?   1. Put a code into the script like Feedback.  The code is actually a data processing program/script, which runs about 1 or 2 minutes, generates a new file on the server for users to download. Or the code/script of data proc