Hi,

for a project we need a special type of server architecture. Because of a 
customer compliance we cannot access the customers database server from the 
DMZ. The server on which the database runs can access servers inside the 
DMZ. In a similar project my employee has used a proxy like architecture 
with an additional database server. The outer side writes requests into 
this proxy database and the inner side polls this database for requests and 
writes results to it. The outer side polls then for the results.

Is such a kind of architecture possible with Akka? Maybe with a cluster 
like architecture?

Outside(Public)  | DMZ                 | Inside
Frontend Server | Backend Server | Database Server

Best regards,
Christian

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to