Hi coronin,

On Sun, Nov 13, 2011 at 8:05 AM, working <coro...@gmail.com> wrote:
> Hi Brian,
>
> As for
> google.appengine.ext.mapreduce.application
>
> Does it mean the SDK/runtime already has its mapreduce? Right now, I
> still supply an additional copy in my app folder. If SDK/runtime
> already has it, I will delete my own copy.
>
> How about the pipeline?

The SDK and runtime does include a copy of mapreduce but it is
recommended that you include your own copy because mapreduce is
experimental and incompatible changes may still be made. Including
your own copy will protect your from this.

Cheers,
Brian

> Thanks,
> coronin
>
>
> On Nov 10, 6:10 pm, Brian Quinlan <bquin...@google.com> wrote:
>> On Fri, Nov 11, 2011 at 2:44 AM, Pol <p...@everpix.net> wrote:
>> > Hi,
>>
>> > What are the plans to get these 2 extensions compatible with Python
>> > 2.7 multithreaded?
>>
>> > $PYTHON_LIB/google/appengine/ext/mapreduce/main.py
>> > $PYTHON_LIB/google/appengine/ext/ereporter/report_generator.py
>>
>> I assume that you are seeing an error during the parsing of your appcfg.py 
>> file?
>>
>> The error message should say that you can't use a CGI with threadsafe.
>> The solution is to use WSGI in your handlers instead i.e.
>>
>> google.appengine.ext.mapreduce.application
>> google.appengine.ext.ereporter/report_generator.application
>>
>> Cheers,
>> Brian
>>
>>
>>
>>
>>
>>
>>
>> > Thanks,
>>
>> > - Pol
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "Google App Engine" group.
>> > To post to this group, send email to google-appengine@googlegroups.com.
>> > To unsubscribe from this group, send email to 
>> > google-appengine+unsubscr...@googlegroups.com.
>> > For more options, visit this group 
>> > athttp://groups.google.com/group/google-appengine?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to