[TYPO3-english] Requests lock TYPO3?

Søren Malling soren.malling at gmail.com
Mon Jul 15 22:51:48 CEST 2013


Hi Mitja,

The "send mail" request are following the PHP process - and that's why the
user can't do anything before the PHP process is done. This is not TYPO3
the "locks" anything, but PHP doing exactly what you tells it to do :)

Cheers

Søren


On Mon, Jul 15, 2013 at 6:00 PM, Mitja <mitja.orlic at gmail.com> wrote:

> Hello all!
>
> I am developing a backend extension that sends a bunch of emails and it
> takes approximately 8 min. to complete.
>
> Now, if a logged backend users initiates the process, he cannot request
> any other page on the TYPO3 site. I assume there is some kind of user
> locking (probably to session), because if I open TYPO3 in another browser,
> I can work normally.
>
> I need to allow the same user multiple requests, because I would like to
> load a "LOG" file via ajax, which would show the emails that have been
> already sent each second or two.
>
> I checked the install tool and there is only this => [SYS][lockingMode] =
> disable   .. Which is not what I want.
> Can anyone help me understand why TYPO3 locks 1 request / user, and how
> could I avoid that in my own extension?
>
>
> PS: I know i could use the sheduler for something like this, however since
> I am already here, can you help me?
> ______________________________**_________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**english<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english>
>


More information about the TYPO3-english mailing list