1. Re: RDMS Database's and/or Record Managers What good is Euphoria?
- Posted by "Euman" <euman at bellsouth.net> Jan 22, 2004
- 407 views
From: "sixs" <sixs at ida.net> > Is Euphoria powerful for business applications or just a play toy, not > competing with Visual Basic or Delphi or? Ray wrote: When you have 500 or 1,000 tables and 20,000 programs it can be difficult to track down how an invoice number got deleted when it shouldn't have. Euman wrote: Can you see anything written useing euphoria's speed for large projects anyway? Ray wrote: I agree, I personally don't think Euphoria can handle large complex systems. That doesn't mean that I wouldn't use a database for a Euphoria project though ;) Euman writes: Euphoria is very fast not the fastest I think is what we both agree on here. Euphoria doesnt have support for multiple threads and there is a degree of overhead for each routine that is not optimized away like perhaps a C routine could be. The number of users, tables and data is an unknown when it comes to Euphoria use but it would be safe to say that if youre not designing the system that runs UPS "United Parcel Service" you should be fine. Euman