Chat with our AI personalities
they are like interrupt handlers when a message arrived, a thread poped and handle it
It is not possible to make a message board purely with HTML. To do so you need a programming language. HTML is only for the design of your page, like how it looks, the colours it uses, the size of the text, the font of the text and so on. HTML doesn't do any processing, which is what a message board needs. So to create your own message board you need to know how to write programs. There are lots of message board providers that allow you to use their systems to create your own message board, so maybe that is what you should look at doing, if you want to get your own message board quickly. To learn how to program one would mean having to learn all about programming and that can take a very long time to do.
EUE thread is a pressure sealed thread as usual completion pup joints thread
No, a thread can't create aprocess, because the environment of the thread is a part of a process which created this thread.
No, Main is not a daemon thread in Java. its a non daemon or user thread. Also any thread stem from Main will be non daemon because daemon is derived from parent Thread status.