Re: [Wt-interest] getCgiValue

2008-05-27 Thread Koen Deforche
Hey Guy, 2008/5/25 Guy Deleeuw [EMAIL PROTECTED]: Hello Two or more call to this function with the same value produce a bad return ex. getCgiValue(REMOTE_USER) return guy = ok getCgiValue(REMOTE_USER) return = error nothing I could not reproduce this. Can you be more specific on when it

[Wt-interest] RPC/IPC, was Recommend Unix Compiler and Unix Platform?

2008-05-27 Thread Ray Burkholder
- I am thinking about using wt as a frontend, letting it do what it does best, the MVC. Then connect wt to a Java or Python backend with business objects, via the ICE middleware. Thanks to ICE I avoid depending on C++ for more than I want to. (http://www.zeroc.com/icecpp.html)