We just went cautiously live with a hybrid solution. Cautiously meaning no big announcement until we see how it handles under a few active users.. :-)
It's an online ebook reader service specifically for mobile phones/PDAs. The 'desktop' frontend for uploading books, configuration, etc. is all in WT/C++. The mobile book rendering portion is all standard C++ CGI. Couldn't use WT there since we needed to send either HTML, XHTML, or WAP. We also needed control over headers and other portions of the response that were mobile specific. I'll report on how well it stands up, but the bottleneck will most likely be the book rendering and memory, not WT. To see it live, visit: www.goldencrater.com/reader which is on the main server, and choose 'new account' which will hand you off to rendering server running WT code. Logging in with a valid account will also hand you off to a rendering server. Demonstrates coming into a new WT session with POSTed data from the first server. ------------------------------------------------------------------------------ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
