> -----Original Message----- > interaction. Charles helped clarify this problem. If > RealBasic > spawns a new thread when processing the CGI, Apache drops the > connection and returns an empty document to the user. Any part of > the RB framework that causes a new thread chokes Apache (on > > Also, I have not been able to get the ConsoleApp to read/write disk > files (an essential part of CGI actions). For example, if I want > to read a file from the disk (say to import an <html> > template), the > textInputStream returns nil. If your try to create a new text > document to save your <form> elements to disk, the textOutPutStream > is also nil. When I try to get a folderItem for a known > file, the > exists flag is false.
Both of these, if true, would be severe bugs. The first one, where a thread in a REALbasic application can somehow choke Apache (the idea that the mere spawning of a thread in an RB app could have *any* effect on Apache or any other process is mind-boggling -- I can't see how that could possibly be true, but I don't know diddly about Unix processes), is especially worrisome, and the second one is a show-stopper. Have these been reported? What are the feedback IDs? _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
