[Catmail] Backend support for multiple folder parallel access?

Jose Luis Martinez jlmartinez-lists-catmail at capside.com
Wed Oct 15 08:15:06 BST 2008


Terence Monteiro escribió:
> One of the features of IMAP is that a single IMAP connection can point to a
> single folder at a given time. IMO, one of the conveniences users will be
> pleased to have is to be able to open the links to different folders in
> different tabs of their browsers. So separate requests will be sent to the
> webmail server and need to be handled in parallel by the webmail application.
> 
> IMO, it is possible to accomodate the backend to support accessing of
> multiple folders in parallel by creating a separate IMAP client connection
> for each folder with the same authentication parameters. Kindly give your
> comments on whether this is advisable..
> 

1 HTTP request spawns one Catalyst request, and that Catalyst request
should connect and log in to the IMAP server, so requests should be able
to work in parallel as long as the GUI is able to handle them in
parallel too (and as long as your IMAP server lets you connect the same
user on different connections at the same time). Or are you sharing one
IMAP connection for all the app?

How are you running the server? (maybe you are running myapp_server
without the -f (fork) option? That would cause only one request to be
attendable at a time).

Jose Luis Martinez
jlmartinez at capside.com




More information about the Catmail mailing list