distribution

Using the same iPhone app name as many other apps

Does anyone know where I set my iPhone apps name? When trying to determine what to call my iPhone app... I noticed that I can pick a name that ALREADY has several apps called the same thing. Why is that allowed? http://tinypic.com/r/nygwso/3 ...

Can Shoes.rb Create Self-Contained Applications?

It's encouraging that Shoes (the Ruby GUI framework) has excellent packaging functionality, but I'm concerned that it doesn't actually 'wrap' itself around created applications. Packaging for OSX outputs a shoes installer and a shoes file in a .app system. Is there any way that shoes could create a .app that contains shoes - that doesn't...

how can i distribute the future data onto separate computers using ms sql srvr08.

i have made a one database having three tables. these three tables are common across 20 departments in a college, but the data is not. problem is each department has its own computer lab, and wants to maintain its own computer where only the particular departments data is stored. ( please ignore the fact that its not needed as sql ser...

Distributor- meaning of- configured on separate database server instances?

Distributor The Distributor is a database instance that acts as a store for replication specific data associated with one or more Publishers. Each Publisher is associated with a single database (known as a distribution database) at the Distributor. The distribution database stores replication status data, metadata about the publication, ...

How to compile (build) my Qt application to run on many linux distributions?

Hi, I have created a Qt GUI application and I want to provide a linux executable that runs on as many distributions as possible. Is this possible or do I have to provide a separate executable for each distribution? Thanks for your help ...

Do I need to recompile iphone app after modifying AdHoc distribution profile?

Do I need to recompile, resign the application for AdHoc distribution and re-distribute it to all beta testers after I add a new device to the Adhoc distribution profile? ...

Greedy threads are grabbing too many JMS messages under WebLogic.

We encountered a problem under WebLogic 8.1 that we lived with but could never fix. We often queue up a hundred or more JMS messages, each of which represents a unit of work. Despite the fact that each message is of the same size and looks the same, one may take only seconds to complete while the next one represents 20 minutes of solid c...

Distribute ASP.net Application

I have an ASP.NET application and i selling it to different companies. I change the application settings according to the company information and publish the whole application to a output folder. And then take the output folder to clients machine with necessary dlls(My application dll and few third party dlls). I am wondering if it is po...

Scala class file vs Java class file

Let's say I have this Hello.scala. object HelloWorld { def main(args: Array[String]) { println("Hello, world!") } } I could run 'scalac' to get HelloWorld.class and HelloWorld$.class. I can run using 'scala -classpath . Hello'. But I can't run 'java -cp . Hello'. Why is this? Isn't scala interoperable with Java? Is there any...

PHP: Function to shard/distribute (consistent hashing) ?

Hi everybody, I have thought a bit about making a somewhat lightweight consistent-hashing-like PHP function to shard uploaded files between different servers. Obviously, rand() would work to distribute the files among the servers somewhat evenly, but when requesting the files, no one will know which file lies on what server... I know ...

Distributing a Perl Application

I recently created a little Perl application that utilizes a few non-core modules that will need to be installed via CPAN. Is there a way to distribute the application with the ability to check to see if the required modules are installed and pull them from CPAN if they aren't? I suppose I am looking for something similar to the CPAN au...

How do I distribute a JOGL application?

Hi, I've written an application the builds fine on my machine but when I move it to another machine the dependent JOGL libraries cannot be found. Is it possible to create a build that sets up all the required JOGL files so that you can distribute your Java application with the necessary JOGL libraries? If someone could explain this in...

How can my client submit app to the app store

I have developed an app for a client and am trying to help them submit to the app store. I am struggling with the process. When they try to submit they are asked to specify the bundle ID. This to me implies that they need to create the app id, request a distro certificate and then create the distro provisioning files. I assume then I ...

Distributing a jar

I'm distributing a jar file, with associated libraries, media, documentation, etc. I would like to create a simple deb/rpm package for linux users, and I would also like to distribute this for windows. What is the best way to go about setting up the jar to play nicely with debs? Every deb file I've looked at so far has been c/c++ with a ...

How to determine at run-time if app is for development, app store or ad hoc distribution?

Is there a way to determine programmatically if the currently running app was built and signed for development only or whether it was built for distribution? And can one determine if was build for app store or ad hoc distribution? Is it e.g. possibly to access the code signature and get the information from there? Or are there certain f...

iTunes Connect app description text won't accept line breaks, description squished.

What gives? I've tried multiple browsers, using safari on a mac.... the description text will NOT take any returns / line feeds, they just get stripped out. It doesn't matter if you cut/paste the description in the description form box, or write your own, everything gets stripped of line feeds and it ends up looking like a wall of text. ...

Distributing minimal python installation with application

My company is working on an application that is half Qt/C++ for the editor interface and half Django (via QtWebKit browser control) for the runtime. What we want to do is distribute a minimal python installation with our application. For instance, our Mac app bundle would ideally be structured something like this: TheApp.app/ Conte...

Problem with Iphone distribution provision profile

Hi dear all Comrades! I have a problem There is one iphone software product of our company and this product can recieve push_notification messages from our push_notification server this product is going to be on live(namely it is going to be in the APPSTORE) so recently we are doing some testing work,(the product use developer provisio...

How to build an iPhone app for distribution on the clients account?

I've developed a small app for my client which is supposed to be released under one of their brand names. They've created an iPhone developer account to be used for this purpose. So far, for testing I provided them with ad hoc distributed builds using my own developer account. But how do I proceed about building their app store distribu...

Using Cloud/Distrubted computing to share processor time - possibilities and methods

My question is one I have pondered around when working on a demanding network application that would explicitly share a task across the network using a server to assign the job to each computer individually and "share the load". I wondered: could this be done in a more implicit manner? Question Is there a possibility of distributing p...