![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What makes a Coral8 Expert? | iBot | Complex Event Processing RSS News | 0 | 04-03-2008 03:30 PM |
| Server Upgrade Expert | Normanbates | UNIX for Dummies Questions & Answers | 0 | 07-17-2006 07:24 AM |
| expert vi commands | Love | SUN Solaris | 4 | 06-13-2006 10:37 AM |
| I am a beginner.Wanna become expert. | farooq_kdp | Linux | 5 | 07-27-2005 05:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Perl and Expert Systems
Hi,
I'm designing / writing a system which would analyze results of a load test and determine whether test passed or failed. The trouble is, the pass/fail criteria is very complex. And it may vary. So I'm thinking of something similar to Expert Systems. One idea is put the rules in XML file and use them to determine if test passes or fails. But this may not be the best idea. Has anyone seen / worked with such application / program / system? Please give me ideas, links, suggestions, thoughts. Thanks, Yogesh Sawant |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I dont know the details of your task but I would definitely
use an .txt format instead of XML for research stage. If you are using Perl or another dynamic language, and if your rules need to be implemented as subroutines then you could consider separate files with these rules. Their filenames could be arguments for 'main' application from command line. |
|
#3
|
||||
|
||||
|
how would i benefit from that?
|
|
#4
|
||||
|
||||
|
Hi.
I would say for much the same as: Quote:
|
||||
| Google The UNIX and Linux Forums |