Forum OpenACS Development: Response to Java in 4.0

Collapse
6: Response to Java in 4.0 (response to 1)
Posted by Ben Adida on
Rolf, that's not quite the case. If you separate your AOLservers
into multiple boxes, with Postgres on one big back-end box,
having the Java processing at the AOLserver layer makes a lot of
sense.

Most importantly, we're definitely not talking about spawning a
java process. We're talking about nsjava, which is a running JVM
inside an AOLserver module, that can be directly accessed from
Tcl, inside the same process.