What is the Fastest Java/PHP Bridge?
        Posted  
        
            by The Rook
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by The Rook
        
        
        
        Published on 2010-06-14T23:46:25Z
        Indexed on 
            2010/06/14
            23:52 UTC
        
        
        Read the original article
        Hit count: 236
        
A bi-directional communication is required between a Java application and a PHP web app. A Fast and low Resource consumption is the number 1 priority in this project There is the PHP/Java Brdige(PJB) project and there are benchmarks to show that is very fast. Do you know of a faster approach? xml over http strikes me as a bit wasteful, but I don't know of a better approach. Ideally this system would be a remote connection, but due to time constraints it might have to be local. Do you know of a fastest way to accomplish this bi-directional connection?
© Stack Overflow or respective owner