As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What are the pros and cons of using MSI and MSP in using them for deployment. I was thinking of automating the deployment of my software using MSI and MSP.
I wanted to understand if there is any concerns. And also how feasible is it to use MSP for patch deployment
For MSI package advantages you can go through this thread:
What's the prime advantage to having an MSI installation package?
Regarding MSP patches, they were designed to be applied as patches. If you follow the patching rules, they work perfectly.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am a student and I'm currently doing senior project. I'm required to work on the application control or application platform to let a group of programmer work together on a server with the security. I would like to know how a group of programmer work together on a server and how to work using visual studio 2010 on a server.
Thanks
First of all you have to use a version control system for your code such as SVN, which is one of the most popular.
There are also some other popular systems like GIT. You should try them both and see what fit your needs.
You'll probably want to create user accounts for each programmer on the server and allow them ssh access. Look into git for project version control.
i recommed your download here !
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have primarily worked with Data-Driven Applications. Is there a place on the net where I can find complete ASP.NET Data Websites, so that I can incorporate part of these web applications into my own?
www.asp.net itself has many sample applications, you can try that too
.net pet shop.
http://www.microsoft.com/en-us/download/details.aspx?id=16693
this one hosted on codeplex is for .net 3.5
http://petshopvnext.codeplex.com/releases/view/9782
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What are the features of R based Web Consoles? What are their advantages and disadvantages?
That's easy:
Rweb is pretty old, and a basic webinterface. The R FAQ lists more such webapps in its Section 4 on R and Web interfaces.
Webapps such as Rweb are for external third-parties, and mostly involve pre-canned code.
RStudio is new (and especially if running in web-mode on a server) a phenomenal new-school 'application as a webservice'. If running that way, or as a local app, it provides an IDE for R. That is different from a webapp.
IDEs such as Rstudio are for developers writing code. Theses IDEs are not facing unknown anonymous users.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
https://github.com/OpenRTMFP/Cumulus
Has anyone worked with this outside of the lan?
From what I have read on here and other sources, its useless unless the firewall is correctly configured : RTMFP and firewalls/routers
If you have worked with this, can you please give your impressions?
Thanks
The whole point of this server should be to allow it to get through firewalls with ease. Having said that, I see a number of bug reports on the project, so it is possible that this is just not correctly working in Cumulus yet.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
There are a number of commercial offerings that I've come across but nothing open-source.
I realise that you could do something simiilar with JUnit / JMeter but I'm looking for something a bit more specific.
What about clif
http://clif.ow2.org/
or jmeter
http://jmeter.apache.org/
I think there are others, but these two spring to mind.
You might want to have a look at Apache Jakarta Cactus
Jmeter + server logging + your brain.
Load testing is a very complex activity. You'll need to be able to simulate many contexts (e.g., IP, port) and divide the load generators on many machines. While doing that you'll need to monitor the server (Application under test).
As of today, there are several very good commercial tools that needs certain level of expertise to work with.
I don't think there is any serious open source load testing tool.