RE: fcgi and Visual Basic
"Karl Skidmore" <Karl-egszMXNSOjVWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Adrian, I work with John and we experimented with your VB friendly interface to fcgi. It works a treat. The app we wanted to fcgi-enable needs a Form with components to do some special back-end stuff, etc - and from there we can also see stats and instruct the app to shutdown, etc. Unfortunately, when we fcgi-enabled this app we found that Form interaction is suspended while waiting for fcgi-accept to return a request. When the request is being processed we can issue DoEvents which gives the UI a shot at the cpu, so if the requests are thick and fast the UI is pretty responsive. I took a look at a ThreadFactory component and another threading class to give the UI its own thread (without great success), but feel that really we would have to re-architect our app in order to achieve what we want. This is not really an fcgi issue and more of a VB limitation issue, but have you encountered this situation yourself? Any advice? Cheers.. Karl and John -----Original Message----- From: fastcgi-developers-bounces+karl=multimap.com-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org [mailto:fastcgi-developers-bounces+karl=multimap.com-xGejAJT2w6xVgU18Zptdi4jBFkejb+Ym@public.gmane.orgm ] On Behalf Of Adrian Flynn Sent: 04 November 2004 16:21 To: John Fagan; fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org Subject: Re: [FASTCGI] fcgi and Visual Basic Hi John I have done this - it's crude and was never intended for public release, but it works. I can dig out the relevant sources if you wish Adrian John Fagan wrote: >> Hi - >> >> Quick question. Has anybody had any experience with using fcgi within >> a visual basic app (along with apache on a windows machine). Are >> there any fcgi ActiveX components available? >> >> thanks, >> >> John. >> > > > > ___________________________________ > fastcgi-developers mailing list > http://fastcgi.com/fastcgi-developers/ ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/ ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/