--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/vertx/-/woENCt4P04sJ.
To post to this group, send an email to ve...@googlegroups.com.
To unsubscribe from this group, send email to vertx+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/vertx?hl=en-GB.
To unsubscribe from this group, send email to vertx+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/vertx?hl=en-GB.
To view this discussion on the web, visit https://groups.google.com/d/msg/vertx/-/cwJEoqdLkmoJ.
To unsubscribe from this group, send email to vertx+un...@googlegroups.com.
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/vertx?hl=en-GB.
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Best regards,
>>>>> Alex
>>>>>
>>>>> Best way to call / chat with me
>>>>> http://lucy.me/alex
>>>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "vert.x" group.
>>> To view this discussion on the web, visit
>>> https://groups.google.com/d/msg/vertx/-/4qRfjKoim0kJ.
>>>
>>> To post to this group, send an email to ve...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> For more options, visit this group at
>>> http://groups.google.com/group/vertx?hl=en-GB.
>>
>>
>
>
> --
> You received this message because you are subscribed to the Google Groups "vert.x" group.
> To post to this group, send an email to ve...@googlegroups.com.
> To unsubscribe from this group, send email to vertx+unsubscribe@googlegroups.com.
Tim,we provide the simplest way to abuse already now - just put your classes in to system class loader.
To unsubscribe from this group, send email to vertx+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/vertx?hl=en-GB.
Sure it does.
The difference is that in vertx each thread is isolated while in traditional server unit of isolation is whole app.
--------
Best regards,
Alex
Best way to call / chat with me http://lucy.me/alex
To view this discussion on the web, visit https://groups.google.com/d/msg/vertx/-/yIu66CBP15cJ.
To post to this group, send an email to ve...@googlegroups.com.
To unsubscribe from this group, send email to vertx+un...@googlegroups.com.
.... If we drop isolation (optionally) in Worker verticles (but not in normal verticles), then the cache should work as expected. The worker verticle could then be talked to from other verticles by sending messages on the event bus, without breaking the concurrency model. We could even wrap the worker verticle in a module so it can be reused by others.