personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

I have a question about personium configuration. #145

Closed dearyu79 closed 2 years ago

dearyu79 commented 3 years ago

Hello! I am Jung from Korea. I have question about attached file.

(Q.1) Is it correct that the process behaves according to the number(1~7) indicated in the attached file?

(Q.2) What is the communication interface(way) between Personium-engine and nginx? (ex) "http port 80" etc

(Q.3) How does 'Active M' running? (sync or async)

Please let us know the question.

Process

tochi-y commented 3 years ago

Hello, Jung! Sorry for late reply. We had long public holidays in Japan, so I missed this issue.

(Q.1) Is it correct that the process behaves according to the number(1~7) indicated in the attached file?

The order is almost right. The number (3~7) will be executed only when necessary depending on the process.

(Q.2) What is the communication interface(way) between Personium-engine and nginx? (ex) "http port 80" etc

From engine to nginx, https port 443 is used.

(Q.3) How does 'Active M' running? (sync or async)

Between core and ActiveMQ, Publisher-Subscriber model works there. That's async.

dixonsiu commented 2 years ago

Close the issue because there are no further questions.