Re: Performance problems with Evolution 2.0.2 Calendar - help ?

"Kyle Davenport" <[email protected]>
Newsgroups gmane.comp.gnome.ximian.user
Message-ID <[email protected]>
*** Authentication Certificate ***

I have noticed the same problem.   I just upgraded from 1.4 to 2.0.2 and
the conversion process took about 4 hours!   On a fast computer!  After
that, startup was taking 10 minutes at 100% CPU usage.   I had routinely
imported large movie and dvd release *.ics files for several years.  The
calendar.ics file was 5 MB.  I wrote this to remove old calendar entries:

#!/usr/bin/perl
# filter out old vcalendar entries
$DATA = `cat calendar.ics`;
$DATA =~ s/(.*?)BEGIN:VEVENT/BEGIN:VEVENT/s;
print "$1";
while ( $DATA =~ /BEGIN:VEVENT/ ) {
        $DATA =~ s/(BEGIN:VEVENT.*?END:VEVENT)(.*)/$2/s;
        if ( grep /DATE:2005/,($1) ) { print "$1\n"; }
}
print $DATA;

To use, cd ~/.evolution/calendar/local/system,  and capture the output to a
new ics file.  evolution must not be running.

Kyle




                                                                                                                      
                      Franz Meyer                                                                                     
                      <[email protected]        To:       Ximian user list <[email protected]>                    
                      m>                       cc:                                                                    
                      Sent by:                 Subject:  [Users] Performance problems with Evolution 2.0.2 Calendar - 
                      users-admin@lists         help ?                                                                
                      .ximian.com                                                                                     
                                                                                                                      
                                                                                                                      
                      04/02/05 03:55 AM                                                                               
                                                                                                                      
                                                                                                                      




Hello,

i am experiencing Performance problems using wthe calender with Evolution
2.0.2.
It takes an awfull amount of time to load the meetings in the calendar
after selecting the calendar button, and when i change of week or month or
day in whatever display view, the cpu goes up at 100% and it takes about
15-20 seconds to display...

My calendar file is quite big has i have historical data meeting since
2001, but Evolution 1.4 had the same data volume, but no performance
issue...
I run Red Hat Enterprise Linux 4

can someone help or advise ?

Thanks
Franz




_______________________________________________
Users maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.