Clicking on message generate two requests:
"GET /?_task=mail&_action=preview&_uid=414&_mbox=Spam&_framed=1
HTTP/1.1" 304 26
"POST /?_task=mail&_action=mark HTTP/1.1" 200 205
and one login to imap server for each. I think such "related actions"
should be done with one imap connection and one request.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Apr 8, 2008, at 12:48 PM, Dennis Ortsen wrote:
> Hi everyone,
>
> I've searched the forum to find any solid info on performance
> statistics, but was unable to find anything I can relate to. I work
> at a
> university with about 30.000 students.
My nephew attends the University of Maine - Farmington, and he is
visiting here in the midwest this week. I glanced over his shoulder
when he used my home computer to check his e-mail, and lo and behold
I saw RoundCube in an iframe. I don't know if RC is rolled out to all
of the umaine.edu campuses, or just the one he attends. When I asked
him about the web mail system, he said it was a recent switch.
I'm not sure if the umaine.edu people frequent these lists. If not,
since you are associated with a university, they might be responsive
if you contact them directly.
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear RoundCube users
The first service update for RoundCube Webmail 0.1-stable is now
available. It contains important bug fixes and updates of some
incomplete localization files. We recommend to update all
installations of 0.1-stable. Download the package from
https://sourceforge.net/project/downloading.php?group_id=139281&filename=ro…
and read the UPGRADING instructions to find out how to update.
Note: this update is still compatible with PHP 4 but future releases
will only run on PHP 5.
Have fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
-------- Original Message --------
Subject: Re: [RCD] Update v0.1.1 released
Date: Sun, 06 Apr 2008 11:09:50 +0200
From: pete <pete(a)teamlupus.hu>
To: Thomas Bruederli <roundcube(a)gmail.com>
hi,
On Sat, 5 Apr 2008 16:24:34 +0200, "Thomas Bruederli" <roundcube(a)gmail.com>
wrote:
> Dear RoundCube users
> The first service update for RoundCube Webmail 0.1-stable is now
> available. It contains important bug fixes and updates of some
> incomplete localization files. We recommend to update all
> installations of 0.1-stable. Download the package from
>
https://sourceforge.net/project/downloading.php?group_id=139281&filename=ro…
> and read the UPGRADING instructions to find out how to update.
there is a missing ';' in the mysql.update.sql command file, at the end of
line 7.
And sorry for bothering you with direct reply, Thomas! :)
best,
Peter
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello all,
Often throughout the day I see instances where an httpd process will
spike up to 100% cpu utilization and stay there for an extended period
of time. eg:
19068 apache 1 0 0 71M 49M cpu/1 9:05 48.11% httpd
(that's a 2-cpu machine)
This is a Roundcube process. If I run a truss on that pid I can see
that it is doing absolutely nothing.
Also lsof tells me:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF
NODE NAME
httpd 19068 apache 39u IPv4 0x30012fd2380 0t0
TCP mail.example.org:63204->mail.example.org:imap (CLOSE_WAIT)
This connection will stay in the CLOSE_WAIT state (and the CPU pegged)
indefinitely, or at least until...
...eventually it times out and I may see this in the Apache error log:
[Thu Apr 03 11:46:44 2008] [error] [client 209.222.195.177] PHP Fatal
error: Maximum execution time of 300 seconds exceeded in
/group/www/mail.example.org/htdocs/program/lib/imap.inc on line 169,
referer:
https://mail.example.org/?_task=mail&_action=show&_uid=114766&_mbox=INBOX
Any ideas what is causing this? It's bringing the server to it's knees
fairly often, and contributing to a perception among my users that
Roundcube is "slow".
This is Roundcube 0.1 stable running under PHP 5.2.5 / Apache 2.2.8 on
Solaris 10. Our IMAP server is UW and lives on the same box.
I'd appreciate any troubleshooting advice.
Cheers,
Roy
--
Roy McMorran
Systems Administrator
MDI Biological Laboratory
mcmorran(a)mdibl.org
_______________________________________________
List info: http://lists.roundcube.net/dev/
I've got access to a server that isn't going to be upgraded to php5 (at
least in the short term), I know you guys were planning on switching to
php5 post-0.1, I was curious if the impending 0.1.1 release is php4
compatible or if you've made the switch already.
Thanks,
Doug
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Wed, Apr 2, 2008 at 3:41 PM, Jason Levine <jason(a)wiredhosting.com> wrote:
> I just submitted a ticket, and the empty field is not "blank subject"
> The "idx" field looks like a key that associates each message with a
> number.
>
> Nothing in the error or sent message log for the attachment problem or the
> failure to add contacts...
Please CC the lists!
Did you update the schema when you went from 0.1-RC2 to 0.1-stable?
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
Maybe interesting for some?
---------- Forwarded message ----------
From: Massimo Danieli <m.danieli(a)freshnet.org>
Date: Thu, Apr 3, 2008 at 2:33 PM
Subject: Roundcube debs for Debian etch
If you think was interessant for someone I have done some debs for
Debian etch
http://www.freshnet.org/wordpress/2008/04/03/roundcube-01-4-backport-for-de…
C u and THANKS for Roundcube
Massimo
_______________________________________________
List info: http://lists.roundcube.net/dev/
Thomas Bruederli wrote:
> Actually we don't have an automated update-scenario. I think MDB2 has
> some Schema creation/reverse-engineering functions that might me useful
> to update any existing database schema. It operates with an XML-based
> specification of the desired database schema. But I haven't worked with
> it so far.
>
> Regarding the ticket: I've done some index-optimization in
> http://trac.roundcube.net/changeset/1218 but not for Postgres.
Ok, I see that you don't have a history of schema changes, so I do it in
the same way. I think it should be changed in feature versions.
In LMS project we have an auto-update feature. We're creating a script
for each change (one for each database type) in upgradedb directory. In
database is stored database schema version number. So when user opens
LMS, system's to campare database version from database and from source
code and execute all scripts from upgradedb dir when versions differ.
Scripts have date in its names so are sorted first.
That scenario needs one sql query for version checking. In roundcube we
may do this not for each login to webmail, but in some update-script
(maybe in installer) to call it once.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.alec.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
I have three issues with using the stable relase.
OS : Win 2000 IIS 5.0
Mysql 5.0
PHP 5.2.5.5 ISAPI
1) I get this error followed usually by a crashing of IIS
[02-Apr-2008 04:56:39 -0700] DB Error: DB Error: constraint violation Query: INSERT INTO messages (user_id, del, cache_key, created, idx, uid, subject, `from`, `to`, cc, date, size, headers, structure) VALUES ('20', 0, 'Inbox.msg', now(), NULL, '11669', '', '', '', '', FROM_UNIXTIME(0), 5519, 'O:8:\"stdClass\":8:{s:3:\"uid\";s:5:\"11669\";s:4:\"size\";s:4:\"5519\";s:4:\"seen\";b:0;s:6:\"recent\";b:0;s:7:\"deleted\";b:0;s:8:\"answered\";b:0;s:5:\"flags\";s:0:\"\";s:12:\"internaldate\";s:20:\"23-Mar-2008 08:28:18\";}', NULL) [nativecode=1048 ** Column 'idx' cannot be null] in D:\roundbackup\program\include\rcube_db.inc on line 505
I am guessing it is trying to read an email with a blank subject or sender field...
2) I cannot attach files when I send. I don't have this problem with RC2. I think I altered some code to get this to work, but I forget where.
3) When clicking the (+) sign to add an email address as a contact, it fails....
Thanks for any possible help.....
Jason
_______________________________________________
List info: http://lists.roundcube.net/dev/