Serialized calls in Portlet-widgets

Hi,
I have a question.

If I have a Portlet with 2 custom widgets, it’s possible to have concurrent calls from each widget or they are serialized on the server side?

I dont’understand if Vaadin lock something (maybe the session) to prevent concurrent execution on server side.