• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Java test enviroment

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a doubt, in my job the people who are responsabel of the configuration of the server (production enviroment / teste enviroment).
They made the configuration of O. S. in Test enviroment difrentent of the producion enviroment.
Could This generete some issue?
Detecting problems could be more difficult?
 
Ranch Hand
Posts: 495
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to Java Ranch! Yes, a different environment can generate problems and detecting problems can be more difficult. For programming (coding wise), it should be the same. When you are running the server, it could fix problems and you may have an easier time detecting problems too. It could go either way. Generally, Java is pretty consistent server (networking) wise, in my experience. The main different OS wise that I've seen is GUI. I haven't noticed a big increase or reduction in problems or detection rates. The best thing to do is just retest everything in that new environment. You've run the tests once, so you should be able to run them again faster and quicker than last time. These are just my opinion and I don't have a lot of experience (although I have done cross-OS server tests) in different environment testing code, so if someone else says something contradictory, it would be probably best to go with them. I am just trying to answer your questions with the best of my ability.

Enjoy your stay here,
John Price
 
Politics n. Poly "many" + ticks "blood sucking insects". 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