[Bugs] #2289 UNSP: sugar freezes when register widget is clicked (if Server is unresponsive)

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Mon Sep 6 14:28:05 EDT 2010


#2289: sugar freezes when register widget is clicked (if Server is unresponsive)
------------------------------------------+---------------------------------
    Reporter:  lfaraone                   |          Owner:  tomeu                      
        Type:  defect                     |         Status:  new                        
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  sugar                      |        Version:  Unspecified                
    Severity:  Major                      |       Keywords:  r?                         
Distribution:  Ubuntu                     |   Status_field:  Unconfirmed                
------------------------------------------+---------------------------------

Comment(by sascha_silbe):

 Replying to [comment:5 dipankar]:

 > The classes that we have added in the code are inter-dependent.
 > Removal of any of the classes from it will cause fault in program and it
 will not run.

 What I meant was replacing

 {{{
     server = TimeoutServerProxy(url)
 }}}

 with

 {{{
     server = xmlrpclib.ServerProxy(url, transport=TimeoutTransport())
 }}}

 and dropping class {{{TimeoutServerProxy}}}.

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/2289#comment:6>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list