vert.x - Related information

  • What are the considerations when using Vert.x?

    what I want to implement is a web service, and requests come in with a lot of filters tagged. My idea now is to make these filters into Vertical, and then communicate all through EventBus. Request to enter the first filter and throw it to the next one af...

    Apr.21,2022
  • Using the vert.x Times to break through the wrong Connection reset by peer,

    java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) at sun.nio.ch.I...

    Mar.22,2021
  • The difference between vert.x and rxjava

    vert.x and rxjava are both responsive programming frameworks, while vert.x is more like a set of tools. So do you still need to use rxjava when using vert.x? is there any suitable application scenario for rxjava in addition to being used on mobile dev...

    Mar.21,2021
  • Can Vert.x-Web respond directly to a stream?

    see the send file interface, which is streamed internally. but the interface that sends a direct stream is not found in the exposed interface. ...

    Mar.12,2021
  • MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
    MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b309a7-340d8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    MySQL Errno : 1021
    Message : Disk full (/tmp/#sql-temptable-64f5-1b309a7-340d8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?