Re: [Zope] CGI

2000-11-07 Thread Nicholas Lo
Thanks, Andy. Well, they are all written in C. Mostly by my collegues :p That's why I dont want to touch them in the mean time. --Nick - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: "Nicholas Lo" <[EMAIL PROTECTED]>; <[EMAIL

[Zope] CGI

2000-11-07 Thread Nicholas Lo
Hi,   My problem here seems obvious, but I really dont know how to solve it. I want to use some of my old CGI programs and I dont have much time to convert them into Zope. Does anyone know how to pass a request to a CGI program and get the results back in Zope? I know client.py may be useful

[Zope] FastCGI behind ZServer

2000-11-01 Thread Nicholas Lo
I have read a lot about the Apache/Zope/FastCGI configuration in this  list. However, I just wonder if anyone have tried having a FastCGI  Server behind ZOPE behind Apache?  My problem is I have a Apache/Zope site (using proxypass) running for  quite some time. And I'm very happy with it. Ho

[Zope] Testing FastCGI

2000-09-02 Thread Nicholas Lo
Hi, I have set up my Apache and ZOPE according to How-To. It looks okay to me. However, how can I know if my setup is correct. Is there any test FastCGI application I can simply drop it in and test out my system? Thanks Nicholas Lo ___ Zope maillist

Re: [Zope] threading cont ...boundary="------------98A416F9F4157B1993D63C72"

2000-08-08 Thread Nicholas Lo
Dieter Maurer wrote: > > Nicholas Lo writes: > > ... database modification seen inside but not outside of process ... > > Obviously, the database modifications have not been commited. > > Auto-Commit in Zope is coupled to *one* thread serving the > request: > &g

[Zope] threading cont ...

2000-08-07 Thread Nicholas Lo
isql, nothing has ever changed :( What's wrong? I really have no clue. Please kindly help. Regards, Nicholas Lo boring.tgz begin:vcard n:Lo;Nicholas tel;pager:+852 7475 5330 tel;cell:+852 9225 0555 tel;fax:+852 2610 2225 tel;work:+852 7111 9353 x-mozilla-html:FALSE url

[Zope] threading

2000-08-07 Thread Nicholas Lo
ables, how can I control threads? Please kindly help Regards, Nicholas Lo begin:vcard n:Lo;Nicholas tel;pager:+852 7475 5330 tel;cell:+852 9225 0555 tel;fax:+852 2610 2225 tel;work:+852 7111 9353 x-mozilla-html:FALSE url:http://www.siliconcreation.com org:Silicon Creation version:2.1 email;int

[Zope] Sybase & Thread

2000-08-05 Thread Nicholas Lo
Hi,I just wonder if anyone can help me with my problem. Recently, I've been working on creating a ZOPE product which requires periodic access to my Sybase. I have created a thread process using the Threading module. There is no problem of periodically wake up the thread and print something t