You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to develop a project that includes database CRUD. There are two solutions, one is to put CRUD in the SNI domain, and the other is to put CRUD in Docker, like the following:
SSLApp( {project implement} )
.addServerName( 'database-CRUD', {
key_file_name : 'key.pem',
cert_file_name : 'cert.pem',
} )
.domin('xxx.com')
put it in a Docker
put SSLAPP ({{project implementation}) on a Docker,put the SSLAPP ({CRUD}) of the database into another Docker
which solution leads to the best overall project performance
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to develop a project that includes database CRUD. There are two solutions, one is to put CRUD in the SNI domain, and the other is to put CRUD in Docker, like the following:
SSLApp( {project implement} )
.addServerName( 'database-CRUD', {
key_file_name : 'key.pem',
cert_file_name : 'cert.pem',
} )
.domin('xxx.com')
put it in a Docker
put SSLAPP ({{project implementation}) on a Docker,put the SSLAPP ({CRUD}) of the database into another Docker
which solution leads to the best overall project performance
Beta Was this translation helpful? Give feedback.
All reactions