![]() |
|
|
#177 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
It is interesting that the e-mail ID was blank. I wonder if that is related to the problem. What are the lines in the log prior to this message?
|
|
|
|
|
|
#178 | |
|
Sep 2006
11·17 Posts |
Quote:
No, I removed the mail address, because I didn't want to post it here ![]() Prior to this messages, there is just the usual "Work unit sent to client" and "Result received from client". |
|
|
|
|
|
|
#179 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
It probably was a memory leak of some type, but it is nearly impossible to debug with logs and since logging wasn't turned on, I don't know what to do.
|
|
|
|
|
|
#180 |
|
Sep 2006
11·17 Posts |
I think, there is still a small memory leak, in the prpserver version 3.2.6 (Windows).
When I restarted the server on [2010-05-24 01:12:27 GMT], the memory usage was about 9MB. Now [2010-05-25 21:21:25 GMT] it is already up to 26 MB. |
|
|
|
|
|
#181 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Could you export your db and send it along with your prpserver.ini file to me via e-mail?
|
|
|
|
|
|
#182 |
|
Sep 2006
101110112 Posts |
Done.
|
|
|
|
|
|
#183 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
I am in the process of testing PRPNet 3.3.0 and am looking for alpha testers. So far the testing is going smoothly. There are many changes, especially to the server stats webpage. If you are interested PM me your e-mail address.
|
|
|
|
|
|
#184 |
|
"Mark"
Apr 2003
Between here and the
18D016 Posts |
3.3.0 has proven to be extremely stable (thanks Lennart and PrimeGrid). I have a couple of cosmetic changes and am now releasing 3.3.1. Here is a summary of the changes from 3.2.6 to 3.3.1:
All:
Client only:
Server only:
Run this code in the server to upgrade the database for 3.3.0. Code:
alter table Candidate modify k bigint; alter table Candidate modify LastUpdateTime bigint; alter table CandidateTest modify TestID bigint; alter table CandidateGroupStats modify k bigint default 0; alter table CandidateGroupStats modify MinInGroup bigint default 0; alter table CandidateGroupStats modify MaxInGroup bigint default 0; alter table CandidateGroupStats modify LeadingEdge bigint default 0; alter table CandidateGroupStats add CompletedThru bigint default 0; alter table CandidateGroupStats add CountInProgress int default 0; alter table UserPrimes modify DateReported bigint; alter table Candidate add index ix_bnck (b, n, c, k); You can d/l it from here. Last fiddled with by rogue on 2010-06-10 at 13:01 |
|
|
|
|
|
#185 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
The new version looks great so far.
I like the added info to the group stats.
|
|
|
|
|
|
#186 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Looks good at first glance, and I look forward to testing it in detail on my personal server shortly. Quick question, though: does this use the same communication protocol as 3.2.6? i.e., should I expect any problems running a 3.2.6 client on the 3.3.1 server?
|
|
|
|
|
|
#187 | |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PRPNet 5.4.3 Released | rogue | Software | 178 | 2021-06-24 11:56 |
| PSP goes prpnet | ltd | Prime Sierpinski Project | 86 | 2012-06-06 02:30 |
| PRPNet 4.0.0 Released | rogue | Software | 84 | 2011-11-16 21:20 |
| PRPNet 4.0.1 Released | Joe O | Sierpinski/Riesel Base 5 | 1 | 2010-10-22 20:11 |
| PRPNet released! | rogue | Conjectures 'R Us | 250 | 2009-12-27 21:29 |