Not to mention that AppEngine only speaks HTTP.
Robert On Wed, Sep 15, 2010 at 16:58, Barry Hunter <[email protected]> wrote: > I doubt it will as such. > > AppEngine is designed to respond to requests. The most common being a > web-request. So a request comes in, a script runs for a short time and > returns the responce. > (it also responds to background tasks etc) > > A IRC server would pretty much need to run continouslly and read and > possibly respond to messages. > > No of course it might be /possible/ with a some crafty hacking, but > its not what appengine was designed for, so it wont be an easy fit. > > > > > On 15 September 2010 15:09, Luis Díaz <[email protected]> wrote: >> Greetings! >> >> anyone knows how to implement an irc server in GAE >> >> using python. >> >> I have not much information on irc. >> there are free servers .. or nodes >> but I would like to implement your own to manage my taste >> >> -- >> Díaz Luis >> TSU Analisis de Sistemas >> Universidad de Carabobo >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
