How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
(See all)
Need whitepaper and sample written on how to crea ...
By Nokiko on Aug 21
Max Bid: Open to fair suggestions


a vb program setup error using WinMe
By kmtai on Aug 21
Max Bid: $5


Need web page for editing User Groups in SQL Serve ...
By wbunker on Aug 21
Max Bid: $100


Web Site Graphic
By steamboat on Aug 20
Max Bid: Open to fair suggestions


2D RPG MMORPG Graphics(repost )
By Ponyboy32 on Aug 20
Max Bid: $40


web editor wysiwyg
By coderod on Aug 20
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(174 open)
   Access 
(64 open)
   MySQL 
(104 open)
   Oracle 
(10 open)
   SQL Server 
(58 open)
   Other DB 
(20 open)
Documentation / Tech Writing 
(21 open)
   Language (Human) Translations 
(7 open)
Data Entry 
(25 open)
Game Development 
(16 open)
Graphics / Art / Music 
(53 open)
   Graphics 
(58 open)
     Adobe AfterEffects 
(7 open)
     Adobe Photoshop 
(37 open)
     Adobe Premiere 
(9 open)
     3d Animation 
(10 open)
   Art (Misc.) 
(17 open)
   Music 
(9 open)
   Photography 
(7 open)
   3d Modeling 
(10 open)
Language Specific 
(111 open)
   Assembly / Machine language 
(5 open)
   ASP 
(63 open)
   ASP .NET 
(58 open)
   C# 
(55 open)
   C++ / C 
(136 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(51 open)
   Java 
(74 open)
   JSP 
(13 open)
   Perl 
(49 open)
   Python 
(10 open)
   PHP 
(105 open)
   XML/XSL 
(39 open)
   Visual Basic 
(143 open)
   Visual Basic .Net 
(94 open)
   Other 
(67 open)
Misc 
(40 open)
   CAD 
(7 open)
MultiMedia 
(28 open)
   Video Editing 
(3 open)
Network 
(52 open)
   Network Design 
(10 open)
   Network Implementation 
(17 open)
Platforms 
(70 open)
   Windows 
(185 open)
     MS Exchange 
(9 open)
     MS Office 
(24 open)
     Other 
(14 open)
   Hand Held/PDA Programming 
(14 open)
   Internet Browser 
(56 open)
   Linux 
(70 open)
   UNIX 
(19 open)
Requirements 
(13 open)
Security 
(37 open)
Testing / Quality Assurance 
(16 open)
Web 
(197 open)
   Page Design 
(97 open)
   Flash 
(48 open)
   Web Services 
(82 open)
   Web (Other) 
(87 open)
Training 
(12 open)
   Computer Based 
(11 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Random Link
Bid Request Id: 66254
Bookmark in my 'To Do' list
Posted by: softarchitect (2 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 0.00%
Buyer Security Verifications: Good
Approved on: Jun 2, 2003
9:57:55 AM EDT
Bidding Closes: Jun 5, 2003 EDT
Viewed (by coders): 94 times
Deadline: 6/9/2003
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: Web, Perl, PHP, Linux
Enter chat room for this bid request
(0 active users at Aug 21, 2003 4:33:18 AM EDT)

Description:
I need a PERL(server side include) or PHP program to generate a random link for my web page from a selection of 1000 links.

The program should be fast and should not place a heavy burden on the server.

It should expect to be called many times in a short space of time and multiple instances should run concurrently if the page is under heavy use.

It should not run from a database and should not be memory resident, it should just run when the page is called.

If bidding on this project, please give the technical reason why your solution would give the fastest performance using the fewest system resources. I won't accept a bid unless I think you are competent enough to give a good answer to this question.

Deliverables:
1) Script.

2) Installation Instructions for script on server that already has Linux + Apache + Perl + PHP preinstalled.

3) Complete ownership and distribution copyrights to all work purchased.

4) Sample list of links for program to operate on to demonstrate program works (don't need to be real links, 1000 computer generated fake links are fine for demonstration)


Platform:
Linux Redhat
CGI-BIN ( Perl 5.6.1 )
PHP 4.2.3

Must be 100% finished and received by buyer on:
Jun 9, 2003 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
Reliable Penguin
(6 ratings)
in Charlotte, North Carolina
United States
Bid id: 710,626
 
$50 (USD) Jun 2, 2003
10:24:52 AM EDT
 7.33
(Good)
   
This is an easy program. I'd suggest PHP for the best performance. PHP runs as a module within the apache web server. This is more efficient then using an external Perl CGI. Of course there are modules for apache to run Perl internally but they are a pain to install. Overall PHP is the slickest approach.

Since there is no static data there will be no problem with multiple calls in parallel.

If the links are stored in a text file with one line per link then it's simple matter to generate a random number and use it as an index into the file. Give a spec level of 1000 links the text file will be around 100K bytes in length. The disk caching built into Linux will keep the file in memory so accesses will be very rapid.

Other approaches are possible if larger link lists are needed. For example the list could be stored in a dbm file - a binary database file. This approach would be scalable to 10K+ links.

I'm new to Rent-A-Coder so I don't have a long list of ratings but if you check out my resume you'll see that I've been doing web development for a decade now.

Give me a chance on this project and I give you the fastest random link generator you've ever seen.

 
 
 
 
  See 1 private reply(ies)
to/from Reliable Penguin.
 




Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Securenext
Rated a 9.97 on 116 jobs 
Buddies
Rated a 9.83 on 85 jobs 
Codman
Rated a 9.97 on 155 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
Michael Sharp
Rated a 9.98 on 182 jobs 
D-N-S
Rated a 9.93 on 38 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
hernest
Rated a 10 on 117 jobs 
Maxnet Technologi es Private Limited
Rated a 9.93 on 78 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.