[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.6

Delphi survey app on Windows server 2003 - advice re gotchas

Asked by Mutley2003 in Delphi Programming

Tags: 2003, cgi, delphi, server, windows

I have to write an app to do surveys over the internet - like a "poll" but longer and more complex .. some questions are only asked if a person has answered yes to a previous question, there is a need to "paste" the response to one question into another, there would be maybe 10 "pages" per questionaire.

The traditional approach to this is to use PHP and people have probably already done what I want in PHP. But while I like PHP, I don't really want to become an expert in it .. talking to the boss, she agreed that we don't have to mount this on any and all servers so maybe I don't have to think Unix and maybe I don't have to use PHP and can do it in DELPHI!.

One problem. I have never done a Delphi server side app. I don't know anything about n-tier architecture or ASTA thin client stuff or web snap or anything much.  And anyway I don't have Enterprise editions, only Pro of D5/D6

I want to write the app locally to run locally and then go straight to the web to run on the server.

So what are the problems I need to look out for, and how do I solve them ?

1.  Stateless related stuff. OK,  I realize that I am going to get packets in from various people more or less at the one time and they represent different stages of progression through the questionnaire. OK, cannot this be solved by simply giving each person a unique respondent ID, then when you get an incoming packet look at the respondent ID, look up the record if any in the dbISAM database, update with what has been delivered, generate some new HTML?  I don't see the problem with this.. one EXE, managing "partial information" packets in a CGI sort of way

2.  Hmm, what happens if 2 or more people attempt to submit to the exe (cgi) at the same time ? .. does the OS take care of this?

3. Please don't tell me I need to install my data collection app as a service : I know nothing about services and don't want to know <g>


4.  If you want to be generous, give me some code or code skeleton or pseudo code that simulates a bunch of users pounding that Delphi server side exe, getting some stuff back, doing it all over again.

Or I will settle for some intelligent discussion that helps dispel my ignorance, but Code Rules OK!

thx





[+][-]02/11/04 12:51 AM, ID: 10330400Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/11/04 03:09 AM, ID: 10331092Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/11/04 05:18 AM, ID: 10331817Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/11/04 08:37 AM, ID: 10333747Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/11/04 04:27 PM, ID: 10337797Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/11/04 09:09 PM, ID: 10339503Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/19/04 03:46 AM, ID: 10401518Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Delphi Programming
Tags: 2003, cgi, delphi, server, windows
Sign Up Now!
Solution Provided By: FrankTheRat
Participating Experts: 4
Solution Grade: A
 
 
Loading Advertisement...
20091021-EE-VQP-81