Show Bid Request
Urgent: Extension of log file class
Bid Request Id: 28372
|
|
|
Posted by: |
ComputerAndWeb (5 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 0.00%
|
Buyer Security Verifications: |
Good
|
Approved on: |
Sep 23, 2002 6:56:38 AM EDT
|
Bidding Closes: |
Sep 26, 2002 EDT
|
Viewed (by coders): |
218 times
|
Deadline: |
9/30/2002
TIME EXPIRED
|
|
|
|
Description:
Please read completely before bidding!
We need an extension of the following Rotary log file class found at http://www.codeproject.com/file/crotarylog.asp
Required Extensions:
1. Save strings of arbitrary length to log file 2. Define maximum log file size in Bytes (not lines) 3. Unlimited size of log file and number of entries 4. The log file must be "portable". This means that a log file can be read by several independent applications. So ALL information (especially the current read/write position) must be stored inside the log file 5. Good performance 6. Small testing application for all functions of the log file class
With 'portable' I mean that I can create the log file on one PC, email it to a user, and the user can read and convert the file as well. All on Windows systems. Of course all applications that read the file will use the same log file class. The current Codeproject class can NOT do this, because the write position is stored inside the application and not the file.
The solution must be provided as Visual C++ Version V6 or V7 project using C/C++. We need this enhancment as soon as possible (this week?), so if you bid please provide us with an estimate by when you can complete this.
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2.) The source code must be provided as Visual C++ Version 6 or 7 project that compiles without errors or warnings.
3.) Complete ownership and distribution copyrights to all work purchased.
Platform:
Win 95/98/ME/NT/2000/XP
Must be 100% finished and received by buyer on:
Sep 30, 2002 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.
Special Conditions / Other:
See bid request
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!
|
$100 (USD)
|
Sep 23, 2002 7:47:56 AM EDT
|
10
(Excellent)
|
|
|
Hi,
I have read the bid and seen
the code-project and it seems
doable(may be I will write code from scratch)
but I have few comments!
1. Save strings of arbitrary length to log file
-can be done
2. Define maximum log file size in Bytes (not lines)
--but as user will be adding lines to log
I think maximize size in bytes will be implemented
like this:
when adding a line I will check if size of file exceeds max-size
if yes then first log-line will be replaced by this line
else it will be just added!
I don't think you want log file rotation to be on byte level!
3. Unlimited size of log file and number of entries
-ok
4. The log file must be 'portable'. This means that a log file can be read by several independent applications. So ALL information (especially the current read/write position) must be stored inside the log file
-I don't understand this...which application you are talking
about. At least those application must know
the format of file.
5. Good performance
-ok
6. Small testing application for all functions of the log file class
-ok
I can do it in 4 days after
the bid is accepted.
rgds
Anurag
|
|
|
|
|
|