: Am I the only one that experiences this slowness?

I can reproduce the speeds you are seeing from ant (no IDE to test from on 
my end)

It looks like some sort of delay in init ... every test has ~25s delay, 
and changing the SimplePostTool instances to static and switching the 
@Before to @BeforeClass causes the whole tests runtime to drop down to 50 
seconds for me.

I bet this is something related to hostname resolution with the 
"example.com" domain used in this test ... a MockPageFetcher is used hat 
never hits the URLs in question, but i bet somewhere in init they are 
still getting resolved.

I'll keep digging.


-Hoss

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to