mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2015-01-04, 22:22   #408
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

63618 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
Actually it's backwards -- the asterisk means that the assignment was started with the target bitlevel but the range was not completed.

Unfortunately that means that an absence of asterisk either means that the range was definitely completed (newer versions of mfakt*), or that it's an older version of the software that didn't differentiate. You'd have to parse for version number to differentiate between those two cases.
Pphhtpptb! Well who designed that? LOL With all due respect to whomever wrote that, seems like adding an asterisk for complete testing in a range would have eliminated that ambiguity.

Oh well... sometimes you never know in advance about stuff like that. I've done things backwards plenty of times.
Madpoo is offline   Reply With Quote
Old 2015-01-04, 22:32   #409
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by tha View Post
The "Manual Testing | Assignments" page serves a new set of assignments during a reload of the page. That means if someone leaves the page open on one of the tabs, every restart of the browser may lead to new assignments being requested. Can a safeguard be build in to prevent that?
How likely is that to happen? I know if Chrome closes unexpectedly, it'll ask to restore all your tabs when you start it up (maybe FF, IE, Safari do the same). But is that common? I'm assuming it's happened to you, so it must happen sometimes. :)

The current design of the pages will sometimes use a URL parameter to indicate a "submit" button was pressed, so the page will act on that when parsing. It seems like URL parameters aren't the ideal method, true. I don't remember if the manual assignment page does it that way or not, but I'd guess it does. I suppose an ajax method or something similar would be appropriate so that merely reloading the page won't give you more stuff.

In the meanwhile, don't bookmark the page that comes up with your assignments, and close that tab or browse away when you're done.
Madpoo is offline   Reply With Quote
Old 2015-01-04, 23:09   #410
TheMawn
 
TheMawn's Avatar
 
May 2013
East. Always East.

32778 Posts
Default

Quote:
Originally Posted by Madpoo View Post
Pphhtpptb! Well who designed that? LOL With all due respect to whomever wrote that, seems like adding an asterisk for complete testing in a range would have eliminated that ambiguity.

Oh well... sometimes you never know in advance about stuff like that. I've done things backwards plenty of times.
Thankfully TF has some nice properties that make these things less of a big deal. If we find a factor, it doesn't matter as far as the compositeness goes whether or not the range was fully completed. For someone planning on finding all factors, it wouldn't be a bad idea to re-do the TF anyway. Even so, the missed factor would likely get picked up elsewhere.

Also, TF results can only be faked to give no factor results. A prime cannot be missed through anything like that.
TheMawn is offline   Reply With Quote
Old 2015-01-05, 02:20   #411
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

2·5·293 Posts
Default

Quote:
Originally Posted by Madpoo View Post
How likely is that to happen? I know if Chrome closes unexpectedly, it'll ask to restore all your tabs when you start it up (maybe FF, IE, Safari do the same). But is that common? I'm assuming it's happened to you, so it must happen sometimes. :)

The current design of the pages will sometimes use a URL parameter to indicate a "submit" button was pressed, so the page will act on that when parsing. It seems like URL parameters aren't the ideal method, true. I don't remember if the manual assignment page does it that way or not, but I'd guess it does. I suppose an ajax method or something similar would be appropriate so that merely reloading the page won't give you more stuff.

In the meanwhile, don't bookmark the page that comes up with your assignments, and close that tab or browse away when you're done.
A simply solution for this is to include a timestamp in the GET/POST parameters. Have it server generated and compared to server time. If it's over some amount of time old, disregard the request for assignments. For backwards compatibility, work as normal if the timestamp parameter is missing.
Mark Rose is offline   Reply With Quote
Old 2015-01-05, 02:32   #412
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

185416 Posts
Default

Quote:
Originally Posted by Mark Rose View Post
A simply solution for this is to include a timestamp in the GET/POST parameters. Have it server generated and compared to server time. If it's over some amount of time old, disregard the request for assignments. For backwards compatibility, work as normal if the timestamp parameter is missing.
More precisely it is a misuse of the GET / POST verbs. GET is "supposed" to be for requests that do not alter any state, and POST is "supposed" to be for requests that modify state. Note that most (all?) browsers will alert the user if a POST request is being resubmitted, but are silent for GET requests.
retina is online now   Reply With Quote
Old 2015-01-05, 05:26   #413
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

293010 Posts
Default

Quote:
Originally Posted by retina View Post
More precisely it is a misuse of the GET / POST verbs. GET is "supposed" to be for requests that do not alter any state, and POST is "supposed" to be for requests that modify state. Note that most (all?) browsers will alert the user if a POST request is being resubmitted, but are silent for GET requests.
Absolutely true. I missed that. It should be POST only.
Mark Rose is offline   Reply With Quote
Old 2015-01-13, 22:30   #414
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

111278 Posts
Default

Similar to how it reports DC/LL as C-Verified or C-Unverified...so I know if a DC was successful.
.
.
.
could it report F-First, F-Additional or F-Last (or terms to that effect) so I know if an MP was newly factored, more factored or completely factored.
petrw1 is offline   Reply With Quote
Old 2015-01-15, 18:42   #415
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

61·79 Posts
Default Manual results page

The results from GMP-ECM give errors when manually submitted.

Is there a possibility to adjust it?

Luigi
ET_ is offline   Reply With Quote
Old 2015-01-19, 01:10   #416
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

22×23×107 Posts
Default

Does the current server all for manual submissions from Luigi's (ET_) Factor5?

The reason that I am asking, with the minor success that TJAOI has been having with missed factors, I thought about re-running exponents (with no known factors) in the 100M digit range with it up to something like 62 bits.

James has code to ingest said results.

Last fiddled with by Uncwilly on 2015-01-19 at 01:10
Uncwilly is online now   Reply With Quote
Old 2015-01-19, 01:24   #417
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

3×5×313 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
, I thought about re-running exponents (with no known factors) in the 100M digit range with it up to something like 62 bits.
Any chance you would simply be duplicating what TJAOI is doing?
At least up to the 56 or so bits he is at now.
petrw1 is offline   Reply With Quote
Old 2015-01-19, 01:30   #418
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

231648 Posts
Default

Quote:
Originally Posted by petrw1 View Post
Any chance you would simply be duplicating what TJAOI is doing?
At least up to the 56 or so bits he is at now.
I am looking at getting the jump on TJaoi and only working on those exponents without a known factor, and in a narrower range. Also, finding a factor in this range could save work in the shorter term than most of Tjaoi's.

I was doing some re-runs with Prime95 and found an exponent that is taking vastly longer than the others to take from 59 to 60.
I am running v27.7 and Factor5 just finished the number before Prime95. If someone is willing to try the expo on a different build, PM me.

<edit>Must have been a glitch that got saved into the interim file. I tried an older version and it stuck to. I exited Prime95, deleted the fxxxxxxxxx and fxxxxxxxxx.bu, then restarted and it went fine.</edit>

Last fiddled with by Uncwilly on 2015-01-19 at 01:59
Uncwilly is online now   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database design xilman Astronomy 1 2017-04-30 22:25
Theoretical Experiment Design c10ck3r Homework Help 7 2015-02-03 08:54
Digital Logic Design henryzz Puzzles 9 2014-12-04 20:56
new intel design tha Hardware 5 2007-04-19 11:38
design factoring algorithms koders333 Factoring 14 2006-01-25 14:08

All times are UTC. The time now is 22:09.


Fri Aug 6 22:09:04 UTC 2021 up 14 days, 16:38, 1 user, load averages: 3.63, 3.32, 2.96

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.