elca wrote:
> Hello,
> ""clickcr" functions, you would have to use the IE object model to inject a
> new tag into the page that calls the appropriate function"
>
> this is actually what i want to do function. :)
> if possible would help me how to make it work.
>
I've never done this, but if
Preston Landers wrote:
4) Use isapi-wsgi: This seems to be getting more popular but it seems
to use threads and I'm wondering whether this will break my app in
subtle ways. I make heavy use of various Python C extension modules
which may not be fully threadsafe. Also within my app code there
Preston Landers wrote:
On Thu, Nov 12, 2009 at 6:32 AM, Mark Hammond wrote:
On 12/11/2009 10:03 AM, Preston Landers wrote:
4) Use isapi-wsgi: This seems to be getting more popular but it seems
to use threads and I'm wondering whether this will break my app in
subtle ways.
Thread support shou
On Thu, Nov 12, 2009 at 6:32 AM, Mark Hammond wrote:
>
> On 12/11/2009 10:03 AM, Preston Landers wrote:
>>
>> 4) Use isapi-wsgi: This seems to be getting more popular but it seems
>> to use threads and I'm wondering whether this will break my app in
>> subtle ways.
>
> Thread support should be op
On 12/11/2009 10:03 AM, Preston Landers wrote:
4) Use isapi-wsgi: This seems to be getting more popular but it seems
to use threads and I'm wondering whether this will break my app in
subtle ways.
Thread support should be optional - it is if you use the lower-level
isapi stuff included in pyw