Perl Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPerl Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 10th, 2000, 11:52 PM
nstweb nstweb is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 1 nstweb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I'm looking for a good poll script or java applet. I've tried two so far and with a high volume poll they have a tendacy to wack out when multiple users are submitting their poll. What I mean is that the poll will have 120 votes and then the poll will suddenly be back to 1 vote. This has happened with two different scripts and is very embarrassing. I need a better script. Someone please point me in the right direction.

Don


Reply With Quote
  #2  
Old June 11th, 2000, 04:11 AM
freebsd
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Please go to http://www.scriptsearch.com/ and search for another one.

>>have a tendacy to wack out when multiple users are submitting their poll.

If this was your major concern, you should consider adding file locking if your script doesn't already have one.

Example:

open(LOG,">>$poll_file");
flock (LOG, 2);
print LOG "$voten";
flock (LOG, 8);
close(LOG);

hint:
the "2" - Exclusive
the "8" - Unlock (normally this can be left out)

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPerl Programming > Poll Script Help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT