• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Resin Logs: regarding LRU while in use (use-count=1). Consider increasing session-count

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hie all,

I've just downloaded a copy of the stdout log files from my hosting to aid me in ironing out some bugs. But the fragment of logs below worries me (logs info truncated for security purpose :



As you all can see, I had overwritten a new copy of myclass/myobj.class in the host and Resin detected the changes, thus stopping and restarting all webapps.

But what does the last 2 lines mean? I tried googling for answer but can't seem to find any information on how to increase my "session cache". And are those lines directly related to webapp "app2"? My first assumption would be there are two live sessions in "app2" while Resin is restarted, and they're killed (obviously), and those 2 lines are merely friendly messages informing me that. But I can't leave things to chances.

Hope I can get a concrete explanation here. Thanks



 
Did you miss me? Did you miss this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic