I've read them but I still don't understand. It seems keeping in my mind that Vertx should know where I/O blocking and handle this such this answer .
Could you explain to me in the case HTTP server handling request, what advantages of vertx-web?
On Thursday, August 13, 2015 at 4:18:47 AM UTC+7, Nat wrote:Have you read this?
http://www.cubrid.org/blog/dev-platform/understanding-vertx-architecture-part-2/
http://tutorials.jenkov.com/vert.x/overview.html#vertx-thread-model
On Wednesday, August 12, 2015 at 10:08:22 AM UTC-7, Vi Dao Kieu wrote:Hi everyone,
I'm confusing with Vert.x.
In example http://vertx.io/docs/vertx-web/java/#_basic_vert_x_web_concepts , if as Reactor pattern thenserver.requestHandler(router::accept).listen(8080); Is this line similar to a Synchronous Event Demultiplexer (an event loop)
and Router will be an Dispatcher for each HTTP Request Event, while the Handler involved will be created a thread to execute?
As I know one of advantage of reactor pattern is non blocking I/O but in this case I don't see the different between Vert.x vs Thread pool approach. I know I'm having misunderstanding here, hope to get your help.
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/381562c5-359e-46ff-aeae-1571b5e53054%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/35ca113b-ab54-4f2f-ad33-c49729b1c06e%40googlegroups.com.